#0307c0

Color #0307C0 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0307C0

Tints of Medium Blue #0307C0

Color information

#0307C0 (or 0x0307C0) is unknown color: approx Medium Blue. HEX triplet: 03, 07 and C0. RGB value is (3,7,192). Sum of RGB (Red+Green+Blue) = 3+7+192=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 192 (75.39% from 255 or 95.05% from 202); Max value from RGB is 192 - color contains mainly: blue. Hex color #0307C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0307C0 is #FCF83F. Grayscale: #1A1A1A. Windows color (decimal): -16578624 or 12584707. OLE color: 12584707.

HSL color Cylindrical-coordinate representation of color #0307C0: hue angle of 238.73º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0307C0 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB37192-
CMYK0.980.9600.25
HSL238.73º96.92%38.24%-
HSV(B)238.73º98.44%75.29%-
XYZ9.633.9850.13-
YUV26.89221.17110.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 192 (75.39% from 255) = 95.05%
R=1.49%
G=3.47%
B=95.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371920.980.9600.25238.7396.9238.24
Hex37C06260019ef6126
Octal3730014214003135714146
Binary111111100000011000101100000011001111011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0307c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0307c0; }

 p { color: rgb(3,7,192); }

 H1.HeaderClassName
 {
   color: #0307c0;
 }
 .AnyTagClassName
 {
   color: #0307c0;
 }
</style>
background-color css

<style>
 a { background-color: #0307c0; }

 a { background-color: rgb(3,7,192); }

 div.DivClassName
 {
   background-color: #0307c0;
 }
 .BgClassName
 {
   background-color: #0307c0;
 }
</style>
border-color css

<style>
 span { border-color: #0307c0; }

 span { border-color: rgb(3,7,192); }

 td.TdClassName
 {
   border-color: #0307c0;
 }
 .TagClassName
 {
   border-color: #0307c0;
 }
</style>