Html Css Color HEX #21254E Lucky Point

📋 copy color: '#21254E'

red 33 ◦ green 37 ◦ blue 78

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

Shades of Lucky Point #21254E

Tints of Lucky Point #21254E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52.7%

R = 22.3%
G = 25%
B = 52.7%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#21254E (or 0x21254E) is known color: Lucky Point. HEX triplet: 21, 25 and 4E. RGB value is (33,37,78). Sum of RGB (Red+Green+Blue) = 33+37+78=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #21254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21254E is #DEDAB1. Grayscale: #282828. Windows color (decimal): -14604978 or 5121313. OLE color: 5121313.

HSL color Cylindrical-coordinate representation of color #21254E: hue angle of 234.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21254E is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 37 78 -
CMYK 0.58 0.53 0 0.69
HSL 234.67º 0.41% 0.22% -
HSV(B) 234.67º 0.58% 0.31% -
XYZ 2.66 2.2 7.49 -
YUV 40.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 33 37 78 0.58 0.53 0 0.69 234.67 0.41 0.22
Hex 21 25 4E 3A 35 0 45 EB 29 16
Octal 41 45 116 72 65 0 105 353 51 26
Binary 100001 100101 1001110 111010 110101 0 1000101 11101011 101001 10110

Color Harmonies of #21254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21254E

Black with #21254E

Text Example


Text Example

White with #21254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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