Html Css Color HEX #21265B Lucky Point

📋 copy color: '#21265B'

red 33 ◦ green 38 ◦ blue 91

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

Shades of Lucky Point #21265B

Tints of Lucky Point #21265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

 BLUE value IS 91 (35.94% from 255) = 56.17%

R = 20.37%
G = 23.46%
B = 56.17%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21265B (or 0x21265B) is known color: Lucky Point. HEX triplet: 21, 26 and 5B. RGB value is (33,38,91). Sum of RGB (Red+Green+Blue) = 33+38+91=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #21265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21265B is #DED9A4. Grayscale: #2A2A2A. Windows color (decimal): -14604709 or 5973537. OLE color: 5973537.

HSL color Cylindrical-coordinate representation of color #21265B: hue angle of 234.83º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21265B is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 38 91 -
CMYK 0.64 0.58 0 0.64
HSL 234.83º 0.47% 0.24% -
HSV(B) 234.83º 0.64% 0.36% -
XYZ 3.21 2.46 10.2 -
YUV 42.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 33 38 91 0.64 0.58 0 0.64 234.83 0.47 0.24
Hex 21 26 5B 40 3A 0 40 EB 2F 18
Octal 41 46 133 100 72 0 100 353 57 30
Binary 100001 100110 1011011 1000000 111010 0 1000000 11101011 101111 11000

Color Harmonies of #21265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21265B

Black with #21265B

Text Example


Text Example

White with #21265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,38,91); }

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

background-color css

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

 a { background-color: rgb(33,38,91); }

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

border-color css

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

 span { border-color: rgb(33,38,91); }

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