Html Css Color HEX #212648 Lucky Point

📋 copy color: '#212648'

red 33 ◦ green 38 ◦ blue 72

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

Shades of Lucky Point #212648

Tints of Lucky Point #212648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 23.08%
G = 26.57%
B = 50.35%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#212648 (or 0x212648) is known color: Lucky Point. HEX triplet: 21, 26 and 48. RGB value is (33,38,72). Sum of RGB (Red+Green+Blue) = 33+38+72=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #212648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212648 is #DED9B7. Grayscale: #282828. Windows color (decimal): -14604728 or 4728353. OLE color: 4728353.

HSL color Cylindrical-coordinate representation of color #212648: hue angle of 232.31º 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 #212648 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 38 72 -
CMYK 0.54 0.47 0 0.72
HSL 232.31º 0.37% 0.21% -
HSV(B) 232.31º 0.54% 0.28% -
XYZ 2.49 2.18 6.42 -
YUV 40.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 33 38 72 0.54 0.47 0 0.72 232.31 0.37 0.21
Hex 21 26 48 36 2F 0 48 E8 25 15
Octal 41 46 110 66 57 0 110 350 45 25
Binary 100001 100110 1001000 110110 101111 0 1001000 11101000 100101 10101

Color Harmonies of #212648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212648

Black with #212648

Text Example


Text Example

White with #212648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212648; }

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

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

background-color css

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

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

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

border-color css

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

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

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