#03387B

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

Shades of Dark Cerulean #03387B

Tints of Dark Cerulean #03387B

Color information

#03387B (or 0x03387B) is unknown color: approx Dark Cerulean. HEX triplet: 03, 38 and 7B. RGB value is (3,56,123). Sum of RGB (Red+Green+Blue) = 3+56+123=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #03387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03387B is #FCC784. Grayscale: #2F2F2F. Windows color (decimal): -16566149 or 8075267. OLE color: 8075267.

HSL color Cylindrical-coordinate representation of color #03387B: hue angle of 213.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03387B is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB356123-
CMYK0.980.5400.52
HSL213.5º95.24%24.71%-
HSV(B)213.5º97.56%48.24%-
XYZ5.034.2819.3-
YUV47.79170.4496.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 123 (48.44% from 255) = 67.58%
R=1.65%
G=30.77%
B=67.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3561230.980.5400.52213.595.2424.71
Hex3387B6236034d65f19
Octal3701731426606432613731
Binary1111100011110111100010110110011010011010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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