#03307F

Color #03307F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #03307F

Tints of Dark Cerulean #03307F

Color information

#03307F (or 0x03307F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 30 and 7F. RGB value is (3,48,127). Sum of RGB (Red+Green+Blue) = 3+48+127=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #03307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03307F is #FCCF80. Grayscale: #2B2B2B. Windows color (decimal): -16568193 or 8335363. OLE color: 8335363.

HSL color Cylindrical-coordinate representation of color #03307F: hue angle of 218.23º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03307F is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB348127-
CMYK0.980.6200.50
HSL218.23º95.38%25.49%-
HSV(B)218.23º97.64%49.8%-
XYZ4.933.6720.53-
YUV43.55175.0999.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 127 (50% from 255) = 71.35%
R=1.69%
G=26.97%
B=71.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3481270.980.6200.50218.2395.3825.49
Hex3307F623E032da5f19
Octal3601771427606233213731
Binary1111000011111111100010111110011001011011010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03307F; }

 p { color: rgb(3,48,127); }

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

<style>
 a { background-color: #03307F; }

 a { background-color: rgb(3,48,127); }

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

<style>
 span { border-color: #03307F; }

 span { border-color: rgb(3,48,127); }

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