Html Css Color HEX #21274C Lucky Point

📋 copy color: '#21274C'

red 33 ◦ green 39 ◦ blue 76

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

Shades of Lucky Point #21274C

Tints of Lucky Point #21274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.35%

R = 22.3%
G = 26.35%
B = 51.35%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21274C (or 0x21274C) is known color: Lucky Point. HEX triplet: 21, 27 and 4C. RGB value is (33,39,76). Sum of RGB (Red+Green+Blue) = 33+39+76=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #21274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21274C is #DED8B3. Grayscale: #292929. Windows color (decimal): -14604468 or 4990753. OLE color: 4990753.

HSL color Cylindrical-coordinate representation of color #21274C: hue angle of 231.63º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21274C is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 39 76 -
CMYK 0.57 0.49 0 0.70
HSL 231.63º 0.39% 0.21% -
HSV(B) 231.63º 0.57% 0.3% -
XYZ 2.66 2.3 7.14 -
YUV 41.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 33 39 76 0.57 0.49 0 0.70 231.63 0.39 0.21
Hex 21 27 4C 39 31 0 46 E8 27 15
Octal 41 47 114 71 61 0 106 350 47 25
Binary 100001 100111 1001100 111001 110001 0 1000110 11101000 100111 10101

Color Harmonies of #21274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21274C

Black with #21274C

Text Example


Text Example

White with #21274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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