Html Css Color HEX #212961 Lucky Point

📋 copy color: '#212961'

red 33 ◦ green 41 ◦ blue 97

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

Shades of Lucky Point #212961

Tints of Lucky Point #212961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.73%

R = 19.3%
G = 23.98%
B = 56.73%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#212961 (or 0x212961) is known color: Lucky Point. HEX triplet: 21, 29 and 61. RGB value is (33,41,97). Sum of RGB (Red+Green+Blue) = 33+41+97=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #212961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212961 is #DED69E. Grayscale: #2C2C2C. Windows color (decimal): -14603935 or 6367521. OLE color: 6367521.

HSL color Cylindrical-coordinate representation of color #212961: hue angle of 232.5º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212961 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 41 97 -
CMYK 0.66 0.58 0 0.62
HSL 232.5º 0.49% 0.25% -
HSV(B) 232.5º 0.66% 0.38% -
XYZ 3.58 2.77 11.66 -
YUV 44.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 33 41 97 0.66 0.58 0 0.62 232.5 0.49 0.25
Hex 21 29 61 42 3A 0 3E E8 31 19
Octal 41 51 141 102 72 0 76 350 61 31
Binary 100001 101001 1100001 1000010 111010 0 111110 11101000 110001 11001

Color Harmonies of #212961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212961

Black with #212961

Text Example


Text Example

White with #212961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212961; }

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

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

background-color css

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

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

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

border-color css

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

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

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