Html Css Color HEX #212E62 Lucky Point

📋 copy color: '#212E62'

red 33 ◦ green 46 ◦ blue 98

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

Shades of Lucky Point #212E62

Tints of Lucky Point #212E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.37%

R = 18.64%
G = 25.99%
B = 55.37%

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

#212E62 (or 0x212E62) is known color: Lucky Point. HEX triplet: 21, 2E and 62. RGB value is (33,46,98). Sum of RGB (Red+Green+Blue) = 33+46+98=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #212E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E62 is #DED19D. Grayscale: #2F2F2F. Windows color (decimal): -14602654 or 6434337. OLE color: 6434337.

HSL color Cylindrical-coordinate representation of color #212E62: hue angle of 228º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212E62 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 46 98 -
CMYK 0.66 0.53 0 0.62
HSL 228º 0.5% 0.26% -
HSV(B) 228º 0.66% 0.38% -
XYZ 3.81 3.16 11.96 -
YUV 48.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 33 46 98 0.66 0.53 0 0.62 228 0.5 0.26
Hex 21 2E 62 42 35 0 3E E4 32 1A
Octal 41 56 142 102 65 0 76 344 62 32
Binary 100001 101110 1100010 1000010 110101 0 111110 11100100 110010 11010

Color Harmonies of #212E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E62

Black with #212E62

Text Example


Text Example

White with #212E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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