Html Css Color HEX #21275D Lucky Point

📋 copy color: '#21275D'

red 33 ◦ green 39 ◦ blue 93

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

Shades of Lucky Point #21275D

Tints of Lucky Point #21275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

 BLUE value IS 93 (36.72% from 255) = 56.36%

R = 20%
G = 23.64%
B = 56.36%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21275D (or 0x21275D) is known color: Lucky Point. HEX triplet: 21, 27 and 5D. RGB value is (33,39,93). Sum of RGB (Red+Green+Blue) = 33+39+93=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #21275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21275D is #DED8A2. Grayscale: #2B2B2B. Windows color (decimal): -14604451 or 6104865. OLE color: 6104865.

HSL color Cylindrical-coordinate representation of color #21275D: hue angle of 234º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21275D is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 39 93 -
CMYK 0.65 0.58 0 0.64
HSL 234º 0.48% 0.25% -
HSV(B) 234º 0.65% 0.36% -
XYZ 3.33 2.56 10.68 -
YUV 43.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 33 39 93 0.65 0.58 0 0.64 234 0.48 0.25
Hex 21 27 5D 41 3A 0 40 EA 30 19
Octal 41 47 135 101 72 0 100 352 60 31
Binary 100001 100111 1011101 1000001 111010 0 1000000 11101010 110000 11001

Color Harmonies of #21275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21275D

Black with #21275D

Text Example


Text Example

White with #21275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21275D; }

 p { color: rgb(33,39,93); }

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

background-color css

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

 a { background-color: rgb(33,39,93); }

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

border-color css

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

 span { border-color: rgb(33,39,93); }

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