Html Css Color HEX #03387C Dark Cerulean

📋 copy color: '#03387C'

red 3 ◦ green 56 ◦ blue 124

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

Shades of Dark Cerulean #03387C

Tints of Dark Cerulean #03387C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.76%

R = 1.64%
G = 30.6%
B = 67.76%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03387C (or 0x03387C) is known color: Dark Cerulean. HEX triplet: 03, 38 and 7C. RGB value is (3,56,124). Sum of RGB (Red+Green+Blue) = 3+56+124=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #03387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03387C is #FCC783. Grayscale: #2F2F2F. Windows color (decimal): -16566148 or 8140803. OLE color: 8140803.

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

Color convert

RGB 3 56 124 -
CMYK 0.98 0.55 0 0.51
HSL 213.72º 0.95% 0.25% -
HSV(B) 213.72º 0.98% 0.49% -
XYZ 5.09 4.3 19.63 -
YUV 47.91 170.94 95.97 -
System Red Green Blue C M Y K H S L
Decimal 3 56 124 0.98 0.55 0 0.51 213.72 0.95 0.25
Hex 3 38 7C 62 37 0 33 D6 5F 19
Octal 3 70 174 142 67 0 63 326 137 31
Binary 11 111000 1111100 1100010 110111 0 110011 11010110 1011111 11001

Color Harmonies of #03387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03387C

Black with #03387C

Text Example


Text Example

White with #03387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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