Html Css Color HEX #212863 Lucky Point

📋 copy color: '#212863'

red 33 ◦ green 40 ◦ blue 99

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

Shades of Lucky Point #212863

Tints of Lucky Point #212863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.26%

 BLUE value IS 99 (39.06% from 255) = 57.56%

R = 19.19%
G = 23.26%
B = 57.56%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#212863 (or 0x212863) is known color: Lucky Point. HEX triplet: 21, 28 and 63. RGB value is (33,40,99). Sum of RGB (Red+Green+Blue) = 33+40+99=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #212863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212863 is #DED79C. Grayscale: #2C2C2C. Windows color (decimal): -14604189 or 6498337. OLE color: 6498337.

HSL color Cylindrical-coordinate representation of color #212863: hue angle of 233.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212863 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 40 99 -
CMYK 0.67 0.60 0 0.61
HSL 233.64º 0.5% 0.26% -
HSV(B) 233.64º 0.67% 0.39% -
XYZ 3.64 2.74 12.14 -
YUV 44.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 33 40 99 0.67 0.60 0 0.61 233.64 0.5 0.26
Hex 21 28 63 43 3C 0 3D EA 32 1A
Octal 41 50 143 103 74 0 75 352 62 32
Binary 100001 101000 1100011 1000011 111100 0 111101 11101010 110010 11010

Color Harmonies of #212863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212863

Black with #212863

Text Example


Text Example

White with #212863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212863; }

 p { color: rgb(33,40,99); }

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

background-color css

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

 a { background-color: rgb(33,40,99); }

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

border-color css

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

 span { border-color: rgb(33,40,99); }

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