Html Css Color HEX #03387E Dark Cerulean

📋 copy color: '#03387E'

red 3 ◦ green 56 ◦ blue 126

#03387E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #03387E

Tints of Dark Cerulean #03387E

RGB

 RED value IS 3 (1.56% from 255) = 1.62%

 GREEN value IS 56 (22.27% from 255) = 30.27%

 BLUE value IS 126 (49.61% from 255) = 68.11%

R = 1.62%
G = 30.27%
B = 68.11%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03387E (or 0x03387E) is known color: Dark Cerulean. HEX triplet: 03, 38 and 7E. RGB value is (3,56,126). Sum of RGB (Red+Green+Blue) = 3+56+126=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #03387E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03387E is #FCC781. Grayscale: #2F2F2F. Windows color (decimal): -16566146 or 8271875. OLE color: 8271875.

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

Color convert

RGB 3 56 126 -
CMYK 0.98 0.56 0 0.51
HSL 214.15º 0.95% 0.25% -
HSV(B) 214.15º 0.98% 0.49% -
XYZ 5.22 4.35 20.3 -
YUV 48.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 3 56 126 0.98 0.56 0 0.51 214.15 0.95 0.25
Hex 3 38 7E 62 38 0 33 D6 5F 19
Octal 3 70 176 142 70 0 63 326 137 31
Binary 11 111000 1111110 1100010 111000 0 110011 11010110 1011111 11001

Color Harmonies of #03387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03387E

Black with #03387E

Text Example


Text Example

White with #03387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03387E;
 }
 .AnyTagClassName
 {
   color: #03387E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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