Html Css Color HEX #21294B Lucky Point

📋 copy color: '#21294B'

red 33 ◦ green 41 ◦ blue 75

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

Shades of Lucky Point #21294B

Tints of Lucky Point #21294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 75 (29.69% from 255) = 50.34%

R = 22.15%
G = 27.52%
B = 50.34%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21294B (or 0x21294B) is known color: Lucky Point. HEX triplet: 21, 29 and 4B. RGB value is (33,41,75). Sum of RGB (Red+Green+Blue) = 33+41+75=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #21294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21294B is #DED6B4. Grayscale: #2A2A2A. Windows color (decimal): -14603957 or 4925729. OLE color: 4925729.

HSL color Cylindrical-coordinate representation of color #21294B: hue angle of 228.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21294B is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 41 75 -
CMYK 0.56 0.45 0 0.71
HSL 228.57º 0.39% 0.21% -
HSV(B) 228.57º 0.56% 0.29% -
XYZ 2.69 2.42 6.98 -
YUV 42.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 33 41 75 0.56 0.45 0 0.71 228.57 0.39 0.21
Hex 21 29 4B 38 2D 0 47 E5 27 15
Octal 41 51 113 70 55 0 107 345 47 25
Binary 100001 101001 1001011 111000 101101 0 1000111 11100101 100111 10101

Color Harmonies of #21294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21294B

Black with #21294B

Text Example


Text Example

White with #21294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,41,75); }

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

background-color css

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

 a { background-color: rgb(33,41,75); }

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

border-color css

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

 span { border-color: rgb(33,41,75); }

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