Html Css Color HEX #003584 Dark Cerulean

📋 copy color: '#003584'

red 0 ◦ green 53 ◦ blue 132

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

Shades of Dark Cerulean #003584

Tints of Dark Cerulean #003584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 71.35%

R = 0%
G = 28.65%
B = 71.35%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003584 (or 0x003584) is known color: Dark Cerulean. HEX triplet: 00, 35 and 84. RGB value is (0,53,132). Sum of RGB (Red+Green+Blue) = 0+53+132=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #003584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003584 is #FFCA7B. Grayscale: #2D2D2D. Windows color (decimal): -16763516 or 8664320. OLE color: 8664320.

HSL color Cylindrical-coordinate representation of color #003584: hue angle of 215.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003584 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 53 132 -
CMYK 1 0.60 0 0.48
HSL 215.91º 1% 0.26% -
HSV(B) 215.91º 1% 0.52% -
XYZ 5.44 4.21 22.36 -
YUV 46.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 0 53 132 1 0.60 0 0.48 215.91 1 0.26
Hex 0 35 84 64 3C 0 30 D8 64 1A
Octal 0 65 204 144 74 0 60 330 144 32
Binary 0 110101 10000100 1100100 111100 0 110000 11011000 1100100 11010

Color Harmonies of #003584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003584

Black with #003584

Text Example


Text Example

White with #003584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003584; }

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

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

background-color css

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

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

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

border-color css

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

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

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