Html Css Color HEX #03387F Dark Cerulean

📋 copy color: '#03387F'

red 3 ◦ green 56 ◦ blue 127

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

Shades of Dark Cerulean #03387F

Tints of Dark Cerulean #03387F

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 value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03387F (or 0x03387F) is known color: 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

RGB 3 56 127 -
CMYK 0.98 0.56 0 0.50
HSL 214.35º 0.95% 0.25% -
HSV(B) 214.35º 0.98% 0.5% -
XYZ 5.28 4.38 20.65 -
YUV 48.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 3 56 127 0.98 0.56 0 0.50 214.35 0.95 0.25
Hex 3 38 7F 62 38 0 32 D6 5F 19
Octal 3 70 177 142 70 0 62 326 137 31
Binary 11 111000 1111111 1100010 111000 0 110010 11010110 1011111 11001

Color Harmonies of #03387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03387F

Black with #03387F

Text Example


Text Example

White with #03387F

Text Example


Text Example

HTML Codes & Css Web 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>