Html Css Color HEX #215392 Endeavour

📋 copy color: '#215392'

red 33 ◦ green 83 ◦ blue 146

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

Shades of Endeavour #215392

Tints of Endeavour #215392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 12.6%
G = 31.68%
B = 55.73%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#215392 (or 0x215392) is known color: Endeavour. HEX triplet: 21, 53 and 92. RGB value is (33,83,146). Sum of RGB (Red+Green+Blue) = 33+83+146=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #215392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215392 is #DEAC6D. Grayscale: #4A4A4A. Windows color (decimal): -14593134 or 9589537. OLE color: 9589537.

HSL color Cylindrical-coordinate representation of color #215392: hue angle of 213.45º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215392 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 83 146 -
CMYK 0.77 0.43 0 0.43
HSL 213.45º 0.63% 0.35% -
HSV(B) 213.45º 0.77% 0.57% -
XYZ 8.91 8.59 28.38 -
YUV 75.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 33 83 146 0.77 0.43 0 0.43 213.45 0.63 0.35
Hex 21 53 92 4D 2B 0 2B D5 3F 23
Octal 41 123 222 115 53 0 53 325 77 43
Binary 100001 1010011 10010010 1001101 101011 0 101011 11010101 111111 100011

Color Harmonies of #215392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215392

Black with #215392

Text Example


Text Example

White with #215392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215392; }

 p { color: rgb(33,83,146); }

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

background-color css

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

 a { background-color: rgb(33,83,146); }

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

border-color css

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

 span { border-color: rgb(33,83,146); }

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