Html Css Color HEX #033C75 Dark Cerulean

📋 copy color: '#033C75'

red 3 ◦ green 60 ◦ blue 117

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

Shades of Dark Cerulean #033C75

Tints of Dark Cerulean #033C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 65%

R = 1.67%
G = 33.33%
B = 65%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#033C75 (or 0x033C75) is known color: Dark Cerulean. HEX triplet: 03, 3C and 75. RGB value is (3,60,117). Sum of RGB (Red+Green+Blue) = 3+60+117=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #033C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C75 is #FCC38A. Grayscale: #313131. Windows color (decimal): -16565131 or 7683075. OLE color: 7683075.

HSL color Cylindrical-coordinate representation of color #033C75: hue angle of 210º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C75 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 60 117 -
CMYK 0.97 0.49 0 0.54
HSL 210º 0.95% 0.24% -
HSV(B) 210º 0.97% 0.46% -
XYZ 4.86 4.54 17.45 -
YUV 49.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 3 60 117 0.97 0.49 0 0.54 210 0.95 0.24
Hex 3 3C 75 61 31 0 36 D2 5F 18
Octal 3 74 165 141 61 0 66 322 137 30
Binary 11 111100 1110101 1100001 110001 0 110110 11010010 1011111 11000

Color Harmonies of #033C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C75

Black with #033C75

Text Example


Text Example

White with #033C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,60,117); }

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

background-color css

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

 a { background-color: rgb(3,60,117); }

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

border-color css

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

 span { border-color: rgb(3,60,117); }

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