Html Css Color HEX #212C53 Lucky Point

📋 copy color: '#212C53'

red 33 ◦ green 44 ◦ blue 83

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

Shades of Lucky Point #212C53

Tints of Lucky Point #212C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.5%

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 20.63%
G = 27.5%
B = 51.88%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#212C53 (or 0x212C53) is known color: Lucky Point. HEX triplet: 21, 2C and 53. RGB value is (33,44,83). Sum of RGB (Red+Green+Blue) = 33+44+83=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #212C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C53 is #DED3AC. Grayscale: #2C2C2C. Windows color (decimal): -14603181 or 5450785. OLE color: 5450785.

HSL color Cylindrical-coordinate representation of color #212C53: hue angle of 226.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212C53 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 44 83 -
CMYK 0.60 0.47 0 0.67
HSL 226.8º 0.43% 0.23% -
HSV(B) 226.8º 0.6% 0.33% -
XYZ 3.09 2.75 8.55 -
YUV 45.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 33 44 83 0.60 0.47 0 0.67 226.8 0.43 0.23
Hex 21 2C 53 3C 2F 0 43 E3 2B 17
Octal 41 54 123 74 57 0 103 343 53 27
Binary 100001 101100 1010011 111100 101111 0 1000011 11100011 101011 10111

Color Harmonies of #212C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C53

Black with #212C53

Text Example


Text Example

White with #212C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,44,83); }

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

background-color css

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

 a { background-color: rgb(33,44,83); }

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

border-color css

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

 span { border-color: rgb(33,44,83); }

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