Html Css Color HEX #033A85 Dark Cerulean

📋 copy color: '#033A85'

red 3 ◦ green 58 ◦ blue 133

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

Shades of Dark Cerulean #033A85

Tints of Dark Cerulean #033A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 68.56%

R = 1.55%
G = 29.9%
B = 68.56%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#033A85 (or 0x033A85) is known color: Dark Cerulean. HEX triplet: 03, 3A and 85. RGB value is (3,58,133). Sum of RGB (Red+Green+Blue) = 3+58+133=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #033A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A85 is #FCC57A. Grayscale: #313131. Windows color (decimal): -16565627 or 8731139. OLE color: 8731139.

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

Color convert

RGB 3 58 133 -
CMYK 0.98 0.56 0 0.48
HSL 214.62º 0.96% 0.27% -
HSV(B) 214.62º 0.98% 0.52% -
XYZ 5.78 4.74 22.8 -
YUV 50.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 3 58 133 0.98 0.56 0 0.48 214.62 0.96 0.27
Hex 3 3A 85 62 38 0 30 D7 60 1B
Octal 3 72 205 142 70 0 60 327 140 33
Binary 11 111010 10000101 1100010 111000 0 110000 11010111 1100000 11011

Color Harmonies of #033A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A85

Black with #033A85

Text Example


Text Example

White with #033A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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