Html Css Color HEX #003582 Dark Cerulean

📋 copy color: '#003582'

red 0 ◦ green 53 ◦ blue 130

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

Shades of Dark Cerulean #003582

Tints of Dark Cerulean #003582

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 28.96%

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

R = 0%
G = 28.96%
B = 71.04%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#003582 (or 0x003582) is known color: Dark Cerulean. HEX triplet: 00, 35 and 82. RGB value is (0,53,130). Sum of RGB (Red+Green+Blue) = 0+53+130=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #003582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003582 is #FFCA7D. Grayscale: #2D2D2D. Windows color (decimal): -16763518 or 8533248. OLE color: 8533248.

HSL color Cylindrical-coordinate representation of color #003582: hue angle of 215.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003582 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 53 130 -
CMYK 1 0.59 0 0.49
HSL 215.54º 1% 0.25% -
HSV(B) 215.54º 1% 0.51% -
XYZ 5.3 4.16 21.64 -
YUV 45.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 0 53 130 1 0.59 0 0.49 215.54 1 0.25
Hex 0 35 82 64 3B 0 31 D8 64 19
Octal 0 65 202 144 73 0 61 330 144 31
Binary 0 110101 10000010 1100100 111011 0 110001 11011000 1100100 11001

Color Harmonies of #003582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003582

Black with #003582

Text Example


Text Example

White with #003582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003582; }

 p { color: rgb(0,53,130); }

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

background-color css

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

 a { background-color: rgb(0,53,130); }

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

border-color css

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

 span { border-color: rgb(0,53,130); }

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