Html Css Color HEX #033F7F Dark Cerulean

📋 copy color: '#033F7F'

red 3 ◦ green 63 ◦ blue 127

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

Shades of Dark Cerulean #033F7F

Tints of Dark Cerulean #033F7F

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 127 (50% from 255) = 65.8%

R = 1.55%
G = 32.64%
B = 65.8%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#033F7F (or 0x033F7F) is known color: Dark Cerulean. HEX triplet: 03, 3F and 7F. RGB value is (3,63,127). Sum of RGB (Red+Green+Blue) = 3+63+127=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #033F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F7F is #FCC080. Grayscale: #343434. Windows color (decimal): -16564353 or 8339203. OLE color: 8339203.

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

Color convert

RGB 3 63 127 -
CMYK 0.98 0.50 0 0.50
HSL 210.97º 0.95% 0.25% -
HSV(B) 210.97º 0.98% 0.5% -
XYZ 5.65 5.11 20.77 -
YUV 52.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 3 63 127 0.98 0.50 0 0.50 210.97 0.95 0.25
Hex 3 3F 7F 62 32 0 32 D3 5F 19
Octal 3 77 177 142 62 0 62 323 137 31
Binary 11 111111 1111111 1100010 110010 0 110010 11010011 1011111 11001

Color Harmonies of #033F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F7F

Black with #033F7F

Text Example


Text Example

White with #033F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033F7F; }

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

 H1.HeaderClassName
 {
   color: #033F7F;
 }
 .AnyTagClassName
 {
   color: #033F7F;
 }
</style>

background-color css

<style>
 a { background-color: #033F7F; }

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

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

border-color css

<style>
 span { border-color: #033F7F; }

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

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