Html Css Color HEX #033C7A Dark Cerulean

📋 copy color: '#033C7A'

red 3 ◦ green 60 ◦ blue 122

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

Shades of Dark Cerulean #033C7A

Tints of Dark Cerulean #033C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 65.95%

R = 1.62%
G = 32.43%
B = 65.95%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#033C7A (or 0x033C7A) is known color: Dark Cerulean. HEX triplet: 03, 3C and 7A. RGB value is (3,60,122). Sum of RGB (Red+Green+Blue) = 3+60+122=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #033C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C7A is #FCC385. Grayscale: #313131. Windows color (decimal): -16565126 or 8010755. OLE color: 8010755.

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

Color convert

RGB 3 60 122 -
CMYK 0.98 0.51 0 0.52
HSL 211.26º 0.95% 0.25% -
HSV(B) 211.26º 0.98% 0.48% -
XYZ 5.17 4.66 19.04 -
YUV 50.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 3 60 122 0.98 0.51 0 0.52 211.26 0.95 0.25
Hex 3 3C 7A 62 33 0 34 D3 5F 19
Octal 3 74 172 142 63 0 64 323 137 31
Binary 11 111100 1111010 1100010 110011 0 110100 11010011 1011111 11001

Color Harmonies of #033C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C7A

Black with #033C7A

Text Example


Text Example

White with #033C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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