#03387F

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

Shades of Dark Cerulean #03387F

Tints of Dark Cerulean #03387F

Color information

#03387F (or 0x03387F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 38 and 7F. RGB value is (3,56,127). Sum of RGB (Red+Green+Blue) = 3+56+127=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #03387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03387F is #FCC780. Grayscale: #2F2F2F. Windows color (decimal): -16566145 or 8337411. OLE color: 8337411.

HSL color Cylindrical-coordinate representation of color #03387F: hue angle of 214.35º 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 #03387F is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB356127-
CMYK0.980.5600.50
HSL214.35º95.38%25.49%-
HSV(B)214.35º97.64%49.8%-
XYZ5.284.3820.65-
YUV48.25172.4495.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 127 (50% from 255) = 68.28%
R=1.61%
G=30.11%
B=68.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3561270.980.5600.50214.3595.3825.49
Hex3387F6238032d65f19
Octal3701771427006232613731
Binary1111100011111111100010111000011001011010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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