Html Css Color HEX #212E61 Lucky Point

📋 copy color: '#212E61'

red 33 ◦ green 46 ◦ blue 97

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

Shades of Lucky Point #212E61

Tints of Lucky Point #212E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.14%

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

R = 18.75%
G = 26.14%
B = 55.11%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#212E61 (or 0x212E61) is known color: Lucky Point. HEX triplet: 21, 2E and 61. RGB value is (33,46,97). Sum of RGB (Red+Green+Blue) = 33+46+97=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #212E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E61 is #DED19E. Grayscale: #2F2F2F. Windows color (decimal): -14602655 or 6368801. OLE color: 6368801.

HSL color Cylindrical-coordinate representation of color #212E61: hue angle of 227.81º 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 #212E61 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 46 97 -
CMYK 0.66 0.53 0 0.62
HSL 227.81º 0.49% 0.25% -
HSV(B) 227.81º 0.66% 0.38% -
XYZ 3.76 3.14 11.72 -
YUV 47.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 33 46 97 0.66 0.53 0 0.62 227.81 0.49 0.25
Hex 21 2E 61 42 35 0 3E E4 31 19
Octal 41 56 141 102 65 0 76 344 61 31
Binary 100001 101110 1100001 1000010 110101 0 111110 11100100 110001 11001

Color Harmonies of #212E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E61

Black with #212E61

Text Example


Text Example

White with #212E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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