Html Css Color HEX #212848 Lucky Point

📋 copy color: '#212848'

red 33 ◦ green 40 ◦ blue 72

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

Shades of Lucky Point #212848

Tints of Lucky Point #212848

RGB

 RED value IS 33 (13.28% from 255) = 22.76%

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 22.76%
G = 27.59%
B = 49.66%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#212848 (or 0x212848) is known color: Lucky Point. HEX triplet: 21, 28 and 48. RGB value is (33,40,72). Sum of RGB (Red+Green+Blue) = 33+40+72=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #212848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212848 is #DED7B7. Grayscale: #292929. Windows color (decimal): -14604216 or 4728865. OLE color: 4728865.

HSL color Cylindrical-coordinate representation of color #212848: hue angle of 229.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212848 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 40 72 -
CMYK 0.54 0.44 0 0.72
HSL 229.23º 0.37% 0.21% -
HSV(B) 229.23º 0.54% 0.28% -
XYZ 2.56 2.31 6.44 -
YUV 41.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 33 40 72 0.54 0.44 0 0.72 229.23 0.37 0.21
Hex 21 28 48 36 2C 0 48 E5 25 15
Octal 41 50 110 66 54 0 110 345 45 25
Binary 100001 101000 1001000 110110 101100 0 1001000 11100101 100101 10101

Color Harmonies of #212848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212848

Black with #212848

Text Example


Text Example

White with #212848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212848; }

 p { color: rgb(33,40,72); }

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

background-color css

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

 a { background-color: rgb(33,40,72); }

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

border-color css

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

 span { border-color: rgb(33,40,72); }

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