#21285F

Color #21285F Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #21285F

Tints of Lucky Point #21285F

Color information

#21285F (or 0x21285F) is unknown color: approx Lucky Point. HEX triplet: 21, 28 and 5F. RGB value is (33,40,95). Sum of RGB (Red+Green+Blue) = 33+40+95=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #21285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21285F is #DED7A0. Grayscale: #2B2B2B. Windows color (decimal): -14604193 or 6236193. OLE color: 6236193.

HSL color Cylindrical-coordinate representation of color #21285F: hue angle of 233.23º 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 #21285F is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB334095-
CMYK0.650.5800.63
HSL233.23º48.44%25.1%-
HSV(B)233.23º65.26%37.25%-
XYZ3.452.6711.16-
YUV44.18156.68120.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 95 (37.5% from 255) = 56.55%
R=19.64%
G=23.81%
B=56.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3340950.650.5800.63233.2348.4425.1
Hex21285F413A03Fe93019
Octal4150137101720773516031
Binary1000011010001011111100000111101001111111110100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21285F; }

 p { color: rgb(33,40,95); }

 H1.HeaderClassName
 {
   color: #21285F;
 }
 .AnyTagClassName
 {
   color: #21285F;
 }
</style>
background-color css

<style>
 a { background-color: #21285F; }

 a { background-color: rgb(33,40,95); }

 div.DivClassName
 {
   background-color: #21285F;
 }
 .BgClassName
 {
   background-color: #21285F;
 }
</style>
border-color css

<style>
 span { border-color: #21285F; }

 span { border-color: rgb(33,40,95); }

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