Html Css Color HEX #21255E Lucky Point

📋 copy color: '#21255E'

red 33 ◦ green 37 ◦ blue 94

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

Shades of Lucky Point #21255E

Tints of Lucky Point #21255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

 BLUE value IS 94 (37.11% from 255) = 57.32%

R = 20.12%
G = 22.56%
B = 57.32%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21255E (or 0x21255E) is known color: Lucky Point. HEX triplet: 21, 25 and 5E. RGB value is (33,37,94). Sum of RGB (Red+Green+Blue) = 33+37+94=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #21255E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21255E is #DEDAA1. Grayscale: #2A2A2A. Windows color (decimal): -14604962 or 6169889. OLE color: 6169889.

HSL color Cylindrical-coordinate representation of color #21255E: hue angle of 236.07º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21255E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 37 94 -
CMYK 0.65 0.61 0 0.63
HSL 236.07º 0.48% 0.25% -
HSV(B) 236.07º 0.65% 0.37% -
XYZ 3.31 2.45 10.89 -
YUV 42.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 33 37 94 0.65 0.61 0 0.63 236.07 0.48 0.25
Hex 21 25 5E 41 3D 0 3F EC 30 19
Octal 41 45 136 101 75 0 77 354 60 31
Binary 100001 100101 1011110 1000001 111101 0 111111 11101100 110000 11001

Color Harmonies of #21255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21255E

Black with #21255E

Text Example


Text Example

White with #21255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21255E; }

 p { color: rgb(33,37,94); }

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

background-color css

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

 a { background-color: rgb(33,37,94); }

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

border-color css

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

 span { border-color: rgb(33,37,94); }

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