Html Css Color HEX #024384 Dark Cerulean

📋 copy color: '#024384'

red 2 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #024384

Tints of Dark Cerulean #024384

RGB

 RED value IS 2 (1.17% from 255) = 1%

 GREEN value IS 67 (26.56% from 255) = 33.33%

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

R = 1%
G = 33.33%
B = 65.67%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#024384 (or 0x024384) is known color: Dark Cerulean. HEX triplet: 02, 43 and 84. RGB value is (2,67,132). Sum of RGB (Red+Green+Blue) = 2+67+132=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #024384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024384 is #FDBC7B. Grayscale: #363636. Windows color (decimal): -16628860 or 8667906. OLE color: 8667906.

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

Color convert

RGB 2 67 132 -
CMYK 0.98 0.49 0 0.48
HSL 210º 0.97% 0.26% -
HSV(B) 210º 0.98% 0.52% -
XYZ 6.2 5.69 22.6 -
YUV 54.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 2 67 132 0.98 0.49 0 0.48 210 0.97 0.26
Hex 2 43 84 62 31 0 30 D2 61 1A
Octal 2 103 204 142 61 0 60 322 141 32
Binary 10 1000011 10000100 1100010 110001 0 110000 11010010 1100001 11010

Color Harmonies of #024384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024384

Black with #024384

Text Example


Text Example

White with #024384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024384; }

 p { color: rgb(2,67,132); }

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

background-color css

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

 a { background-color: rgb(2,67,132); }

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

border-color css

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

 span { border-color: rgb(2,67,132); }

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