Html Css Color HEX #21274A Lucky Point

📋 copy color: '#21274A'

red 33 ◦ green 39 ◦ blue 74

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

Shades of Lucky Point #21274A

Tints of Lucky Point #21274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 50.68%

R = 22.6%
G = 26.71%
B = 50.68%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21274A (or 0x21274A) is known color: Lucky Point. HEX triplet: 21, 27 and 4A. RGB value is (33,39,74). Sum of RGB (Red+Green+Blue) = 33+39+74=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #21274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21274A is #DED8B5. Grayscale: #292929. Windows color (decimal): -14604470 or 4859681. OLE color: 4859681.

HSL color Cylindrical-coordinate representation of color #21274A: hue angle of 231.22º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21274A is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 39 74 -
CMYK 0.55 0.47 0 0.71
HSL 231.22º 0.38% 0.21% -
HSV(B) 231.22º 0.55% 0.29% -
XYZ 2.59 2.27 6.78 -
YUV 41.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 33 39 74 0.55 0.47 0 0.71 231.22 0.38 0.21
Hex 21 27 4A 37 2F 0 47 E7 26 15
Octal 41 47 112 67 57 0 107 347 46 25
Binary 100001 100111 1001010 110111 101111 0 1000111 11100111 100110 10101

Color Harmonies of #21274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21274A

Black with #21274A

Text Example


Text Example

White with #21274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21274A; }

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

 H1.HeaderClassName
 {
   color: #21274A;
 }
 .AnyTagClassName
 {
   color: #21274A;
 }
</style>

background-color css

<style>
 a { background-color: #21274A; }

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

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

border-color css

<style>
 span { border-color: #21274A; }

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

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