Html Css Color HEX #21224B Lucky Point

📋 copy color: '#21224B'

red 33 ◦ green 34 ◦ blue 75

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

Shades of Lucky Point #21224B

Tints of Lucky Point #21224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.94%

 BLUE value IS 75 (29.69% from 255) = 52.82%

R = 23.24%
G = 23.94%
B = 52.82%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21224B (or 0x21224B) is known color: Lucky Point. HEX triplet: 21, 22 and 4B. RGB value is (33,34,75). Sum of RGB (Red+Green+Blue) = 33+34+75=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #21224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21224B is #DEDDB4. Grayscale: #262626. Windows color (decimal): -14605749 or 4923937. OLE color: 4923937.

HSL color Cylindrical-coordinate representation of color #21224B: hue angle of 238.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21224B is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 34 75 -
CMYK 0.56 0.55 0 0.71
HSL 238.57º 0.39% 0.21% -
HSV(B) 238.57º 0.56% 0.29% -
XYZ 2.47 1.98 6.91 -
YUV 38.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 33 34 75 0.56 0.55 0 0.71 238.57 0.39 0.21
Hex 21 22 4B 38 37 0 47 EF 27 15
Octal 41 42 113 70 67 0 107 357 47 25
Binary 100001 100010 1001011 111000 110111 0 1000111 11101111 100111 10101

Color Harmonies of #21224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21224B

Black with #21224B

Text Example


Text Example

White with #21224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21224B; }

 p { color: rgb(33,34,75); }

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

background-color css

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

 a { background-color: rgb(33,34,75); }

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

border-color css

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

 span { border-color: rgb(33,34,75); }

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