Html Css Color HEX #21244B Lucky Point

📋 copy color: '#21244B'

red 33 ◦ green 36 ◦ blue 75

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

Shades of Lucky Point #21244B

Tints of Lucky Point #21244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25%

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

R = 22.92%
G = 25%
B = 52.08%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21244B (or 0x21244B) is known color: Lucky Point. HEX triplet: 21, 24 and 4B. RGB value is (33,36,75). Sum of RGB (Red+Green+Blue) = 33+36+75=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #21244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21244B is #DEDBB4. Grayscale: #272727. Windows color (decimal): -14605237 or 4924449. OLE color: 4924449.

HSL color Cylindrical-coordinate representation of color #21244B: hue angle of 235.71º 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 #21244B is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 36 75 -
CMYK 0.56 0.52 0 0.71
HSL 235.71º 0.39% 0.21% -
HSV(B) 235.71º 0.56% 0.29% -
XYZ 2.53 2.09 6.93 -
YUV 39.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 33 36 75 0.56 0.52 0 0.71 235.71 0.39 0.21
Hex 21 24 4B 38 34 0 47 EC 27 15
Octal 41 44 113 70 64 0 107 354 47 25
Binary 100001 100100 1001011 111000 110100 0 1000111 11101100 100111 10101

Color Harmonies of #21244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21244B

Black with #21244B

Text Example


Text Example

White with #21244B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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