Html Css Color HEX #212B5D Lucky Point

📋 copy color: '#212B5D'

red 33 ◦ green 43 ◦ blue 93

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

Shades of Lucky Point #212B5D

Tints of Lucky Point #212B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 19.53%
G = 25.44%
B = 55.03%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#212B5D (or 0x212B5D) is known color: Lucky Point. HEX triplet: 21, 2B and 5D. RGB value is (33,43,93). Sum of RGB (Red+Green+Blue) = 33+43+93=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #212B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B5D is #DED4A2. Grayscale: #2D2D2D. Windows color (decimal): -14603427 or 6105889. OLE color: 6105889.

HSL color Cylindrical-coordinate representation of color #212B5D: hue angle of 230º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #212B5D is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 43 93 -
CMYK 0.65 0.54 0 0.64
HSL 230º 0.48% 0.25% -
HSV(B) 230º 0.65% 0.36% -
XYZ 3.47 2.84 10.72 -
YUV 45.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 33 43 93 0.65 0.54 0 0.64 230 0.48 0.25
Hex 21 2B 5D 41 36 0 40 E6 30 19
Octal 41 53 135 101 66 0 100 346 60 31
Binary 100001 101011 1011101 1000001 110110 0 1000000 11100110 110000 11001

Color Harmonies of #212B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212B5D

Black with #212B5D

Text Example


Text Example

White with #212B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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