Html Css Color HEX #212A63 Lucky Point

📋 copy color: '#212A63'

red 33 ◦ green 42 ◦ blue 99

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

Shades of Lucky Point #212A63

Tints of Lucky Point #212A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.14%

 BLUE value IS 99 (39.06% from 255) = 56.9%

R = 18.97%
G = 24.14%
B = 56.9%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#212A63 (or 0x212A63) is known color: Lucky Point. HEX triplet: 21, 2A and 63. RGB value is (33,42,99). Sum of RGB (Red+Green+Blue) = 33+42+99=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #212A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A63 is #DED59C. Grayscale: #2D2D2D. Windows color (decimal): -14603677 or 6498849. OLE color: 6498849.

HSL color Cylindrical-coordinate representation of color #212A63: hue angle of 231.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212A63 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 42 99 -
CMYK 0.67 0.58 0 0.61
HSL 231.82º 0.5% 0.26% -
HSV(B) 231.82º 0.67% 0.39% -
XYZ 3.71 2.88 12.16 -
YUV 45.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 33 42 99 0.67 0.58 0 0.61 231.82 0.5 0.26
Hex 21 2A 63 43 3A 0 3D E8 32 1A
Octal 41 52 143 103 72 0 75 350 62 32
Binary 100001 101010 1100011 1000011 111010 0 111101 11101000 110010 11010

Color Harmonies of #212A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212A63

Black with #212A63

Text Example


Text Example

White with #212A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,42,99); }

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

background-color css

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

 a { background-color: rgb(33,42,99); }

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

border-color css

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

 span { border-color: rgb(33,42,99); }

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