Html Css Color HEX #215592 Endeavour

📋 copy color: '#215592'

red 33 ◦ green 85 ◦ blue 146

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

Shades of Endeavour #215592

Tints of Endeavour #215592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

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

R = 12.5%
G = 32.2%
B = 55.3%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#215592 (or 0x215592) is known color: Endeavour. HEX triplet: 21, 55 and 92. RGB value is (33,85,146). Sum of RGB (Red+Green+Blue) = 33+85+146=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #215592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215592 is #DEAA6D. Grayscale: #4C4C4C. Windows color (decimal): -14592622 or 9590049. OLE color: 9590049.

HSL color Cylindrical-coordinate representation of color #215592: hue angle of 212.39º 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 #215592 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 85 146 -
CMYK 0.77 0.42 0 0.43
HSL 212.39º 0.63% 0.35% -
HSV(B) 212.39º 0.77% 0.57% -
XYZ 9.06 8.9 28.43 -
YUV 76.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 33 85 146 0.77 0.42 0 0.43 212.39 0.63 0.35
Hex 21 55 92 4D 2A 0 2B D4 3F 23
Octal 41 125 222 115 52 0 53 324 77 43
Binary 100001 1010101 10010010 1001101 101010 0 101011 11010100 111111 100011

Color Harmonies of #215592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215592

Black with #215592

Text Example


Text Example

White with #215592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215592; }

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

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

background-color css

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

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

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

border-color css

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

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

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