Html Css Color HEX #033A7A Dark Cerulean

📋 copy color: '#033A7A'

red 3 ◦ green 58 ◦ blue 122

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

Shades of Dark Cerulean #033A7A

Tints of Dark Cerulean #033A7A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.69%

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

R = 1.64%
G = 31.69%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#033A7A (or 0x033A7A) is known color: Dark Cerulean. HEX triplet: 03, 3A and 7A. RGB value is (3,58,122). Sum of RGB (Red+Green+Blue) = 3+58+122=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #033A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A7A is #FCC585. Grayscale: #303030. Windows color (decimal): -16565638 or 8010243. OLE color: 8010243.

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

Color convert

RGB 3 58 122 -
CMYK 0.98 0.52 0 0.52
HSL 212.27º 0.95% 0.25% -
HSV(B) 212.27º 0.98% 0.48% -
XYZ 5.06 4.45 19 -
YUV 48.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 3 58 122 0.98 0.52 0 0.52 212.27 0.95 0.25
Hex 3 3A 7A 62 34 0 34 D4 5F 19
Octal 3 72 172 142 64 0 64 324 137 31
Binary 11 111010 1111010 1100010 110100 0 110100 11010100 1011111 11001

Color Harmonies of #033A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A7A

Black with #033A7A

Text Example


Text Example

White with #033A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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