Html Css Color HEX #215993 Endeavour

📋 copy color: '#215993'

red 33 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #215993

Tints of Endeavour #215993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

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

R = 12.27%
G = 33.09%
B = 54.65%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215993 (or 0x215993) is known color: Endeavour. HEX triplet: 21, 59 and 93. RGB value is (33,89,147). Sum of RGB (Red+Green+Blue) = 33+89+147=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #215993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215993 is #DEA66C. Grayscale: #4E4E4E. Windows color (decimal): -14591597 or 9656609. OLE color: 9656609.

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

Color convert

RGB 33 89 147 -
CMYK 0.78 0.39 0 0.42
HSL 210.53º 0.63% 0.35% -
HSV(B) 210.53º 0.78% 0.58% -
XYZ 9.47 9.57 28.95 -
YUV 78.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 33 89 147 0.78 0.39 0 0.42 210.53 0.63 0.35
Hex 21 59 93 4E 27 0 2A D3 3F 23
Octal 41 131 223 116 47 0 52 323 77 43
Binary 100001 1011001 10010011 1001110 100111 0 101010 11010011 111111 100011

Color Harmonies of #215993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215993

Black with #215993

Text Example


Text Example

White with #215993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215993; }

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

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

background-color css

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

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

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

border-color css

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

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

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