Html Css Color HEX #212C4E Lucky Point

📋 copy color: '#212C4E'

red 33 ◦ green 44 ◦ blue 78

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

Shades of Lucky Point #212C4E

Tints of Lucky Point #212C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50.32%

R = 21.29%
G = 28.39%
B = 50.32%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#212C4E (or 0x212C4E) is known color: Lucky Point. HEX triplet: 21, 2C and 4E. RGB value is (33,44,78). Sum of RGB (Red+Green+Blue) = 33+44+78=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #212C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C4E is #DED3B1. Grayscale: #2C2C2C. Windows color (decimal): -14603186 or 5123105. OLE color: 5123105.

HSL color Cylindrical-coordinate representation of color #212C4E: hue angle of 225.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #212C4E is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 44 78 -
CMYK 0.58 0.44 0 0.69
HSL 225.33º 0.41% 0.22% -
HSV(B) 225.33º 0.58% 0.31% -
XYZ 2.9 2.67 7.57 -
YUV 44.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 33 44 78 0.58 0.44 0 0.69 225.33 0.41 0.22
Hex 21 2C 4E 3A 2C 0 45 E1 29 16
Octal 41 54 116 72 54 0 105 341 51 26
Binary 100001 101100 1001110 111010 101100 0 1000101 11100001 101001 10110

Color Harmonies of #212C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C4E

Black with #212C4E

Text Example


Text Example

White with #212C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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