Html Css Color HEX #033982 Dark Cerulean

📋 copy color: '#033982'

red 3 ◦ green 57 ◦ blue 130

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

Shades of Dark Cerulean #033982

Tints of Dark Cerulean #033982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 130 (51.17% from 255) = 68.42%

R = 1.58%
G = 30%
B = 68.42%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#033982 (or 0x033982) is known color: Dark Cerulean. HEX triplet: 03, 39 and 82. RGB value is (3,57,130). Sum of RGB (Red+Green+Blue) = 3+57+130=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #033982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033982 is #FCC67D. Grayscale: #303030. Windows color (decimal): -16565886 or 8534275. OLE color: 8534275.

HSL color Cylindrical-coordinate representation of color #033982: hue angle of 214.49º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033982 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 57 130 -
CMYK 0.98 0.56 0 0.49
HSL 214.49º 0.95% 0.26% -
HSV(B) 214.49º 0.98% 0.51% -
XYZ 5.53 4.56 21.71 -
YUV 49.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 3 57 130 0.98 0.56 0 0.49 214.49 0.95 0.26
Hex 3 39 82 62 38 0 31 D6 5F 1A
Octal 3 71 202 142 70 0 61 326 137 32
Binary 11 111001 10000010 1100010 111000 0 110001 11010110 1011111 11010

Color Harmonies of #033982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033982

Black with #033982

Text Example


Text Example

White with #033982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033982; }

 p { color: rgb(3,57,130); }

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

background-color css

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

 a { background-color: rgb(3,57,130); }

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

border-color css

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

 span { border-color: rgb(3,57,130); }

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