Html Css Color HEX #215593 Endeavour

📋 copy color: '#215593'

red 33 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #215593

Tints of Endeavour #215593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 12.45%
G = 32.08%
B = 55.47%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215593 (or 0x215593) is known color: Endeavour. HEX triplet: 21, 55 and 93. RGB value is (33,85,147). Sum of RGB (Red+Green+Blue) = 33+85+147=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #215593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215593 is #DEAA6C. Grayscale: #4C4C4C. Windows color (decimal): -14592621 or 9655585. OLE color: 9655585.

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

Color convert

RGB 33 85 147 -
CMYK 0.78 0.42 0 0.42
HSL 212.63º 0.63% 0.35% -
HSV(B) 212.63º 0.78% 0.58% -
XYZ 9.14 8.93 28.84 -
YUV 76.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 33 85 147 0.78 0.42 0 0.42 212.63 0.63 0.35
Hex 21 55 93 4E 2A 0 2A D5 3F 23
Octal 41 125 223 116 52 0 52 325 77 43
Binary 100001 1010101 10010011 1001110 101010 0 101010 11010101 111111 100011

Color Harmonies of #215593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215593

Black with #215593

Text Example


Text Example

White with #215593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215593; }

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

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

background-color css

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

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

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

border-color css

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

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

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