Html Css Color HEX #212651 Lucky Point

📋 copy color: '#212651'

red 33 ◦ green 38 ◦ blue 81

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

Shades of Lucky Point #212651

Tints of Lucky Point #212651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

 BLUE value IS 81 (32.03% from 255) = 53.29%

R = 21.71%
G = 25%
B = 53.29%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#212651 (or 0x212651) is known color: Lucky Point. HEX triplet: 21, 26 and 51. RGB value is (33,38,81). Sum of RGB (Red+Green+Blue) = 33+38+81=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #212651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212651 is #DED9AE. Grayscale: #292929. Windows color (decimal): -14604719 or 5318177. OLE color: 5318177.

HSL color Cylindrical-coordinate representation of color #212651: hue angle of 233.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212651 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 38 81 -
CMYK 0.59 0.53 0 0.68
HSL 233.75º 0.42% 0.22% -
HSV(B) 233.75º 0.59% 0.32% -
XYZ 2.81 2.3 8.08 -
YUV 41.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 33 38 81 0.59 0.53 0 0.68 233.75 0.42 0.22
Hex 21 26 51 3B 35 0 44 EA 2A 16
Octal 41 46 121 73 65 0 104 352 52 26
Binary 100001 100110 1010001 111011 110101 0 1000100 11101010 101010 10110

Color Harmonies of #212651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212651

Black with #212651

Text Example


Text Example

White with #212651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212651; }

 p { color: rgb(33,38,81); }

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

background-color css

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

 a { background-color: rgb(33,38,81); }

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

border-color css

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

 span { border-color: rgb(33,38,81); }

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