Html Css Color HEX #21244C Lucky Point

📋 copy color: '#21244C'

red 33 ◦ green 36 ◦ blue 76

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

Shades of Lucky Point #21244C

Tints of Lucky Point #21244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 22.76%
G = 24.83%
B = 52.41%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21244C (or 0x21244C) is known color: Lucky Point. HEX triplet: 21, 24 and 4C. RGB value is (33,36,76). Sum of RGB (Red+Green+Blue) = 33+36+76=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #21244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21244C is #DEDBB3. Grayscale: #272727. Windows color (decimal): -14605236 or 4989985. OLE color: 4989985.

HSL color Cylindrical-coordinate representation of color #21244C: hue angle of 235.81º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21244C is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 36 76 -
CMYK 0.57 0.53 0 0.70
HSL 235.81º 0.39% 0.21% -
HSV(B) 235.81º 0.57% 0.3% -
XYZ 2.56 2.11 7.11 -
YUV 39.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 33 36 76 0.57 0.53 0 0.70 235.81 0.39 0.21
Hex 21 24 4C 39 35 0 46 EC 27 15
Octal 41 44 114 71 65 0 106 354 47 25
Binary 100001 100100 1001100 111001 110101 0 1000110 11101100 100111 10101

Color Harmonies of #21244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21244C

Black with #21244C

Text Example


Text Example

White with #21244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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