Html Css Color HEX #212B4E Lucky Point

📋 copy color: '#212B4E'

red 33 ◦ green 43 ◦ blue 78

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

Shades of Lucky Point #212B4E

Tints of Lucky Point #212B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.92%

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

R = 21.43%
G = 27.92%
B = 50.65%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#212B4E (or 0x212B4E) is known color: Lucky Point. HEX triplet: 21, 2B and 4E. RGB value is (33,43,78). Sum of RGB (Red+Green+Blue) = 33+43+78=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #212B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B4E is #DED4B1. Grayscale: #2B2B2B. Windows color (decimal): -14603442 or 5122849. OLE color: 5122849.

HSL color Cylindrical-coordinate representation of color #212B4E: hue angle of 226.67º 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 #212B4E is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 43 78 -
CMYK 0.58 0.45 0 0.69
HSL 226.67º 0.41% 0.22% -
HSV(B) 226.67º 0.58% 0.31% -
XYZ 2.87 2.6 7.56 -
YUV 44 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 33 43 78 0.58 0.45 0 0.69 226.67 0.41 0.22
Hex 21 2B 4E 3A 2D 0 45 E3 29 16
Octal 41 53 116 72 55 0 105 343 51 26
Binary 100001 101011 1001110 111010 101101 0 1000101 11100011 101001 10110

Color Harmonies of #212B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212B4E

Black with #212B4E

Text Example


Text Example

White with #212B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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