Html Css Color HEX #033A86 Dark Cerulean

📋 copy color: '#033A86'

red 3 ◦ green 58 ◦ blue 134

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

Shades of Dark Cerulean #033A86

Tints of Dark Cerulean #033A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 68.72%

R = 1.54%
G = 29.74%
B = 68.72%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#033A86 (or 0x033A86) is known color: Dark Cerulean. HEX triplet: 03, 3A and 86. RGB value is (3,58,134). Sum of RGB (Red+Green+Blue) = 3+58+134=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #033A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A86 is #FCC579. Grayscale: #313131. Windows color (decimal): -16565626 or 8796675. OLE color: 8796675.

HSL color Cylindrical-coordinate representation of color #033A86: hue angle of 214.81º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033A86 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 58 134 -
CMYK 0.98 0.57 0 0.47
HSL 214.81º 0.96% 0.27% -
HSV(B) 214.81º 0.98% 0.53% -
XYZ 5.85 4.77 23.17 -
YUV 50.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 3 58 134 0.98 0.57 0 0.47 214.81 0.96 0.27
Hex 3 3A 86 62 39 0 2F D7 60 1B
Octal 3 72 206 142 71 0 57 327 140 33
Binary 11 111010 10000110 1100010 111001 0 101111 11010111 1100000 11011

Color Harmonies of #033A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A86

Black with #033A86

Text Example


Text Example

White with #033A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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