#215D92

Color #215D92 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #215D92

Tints of Endeavour #215D92

Color information

#215D92 (or 0x215D92) is unknown color: approx Endeavour. HEX triplet: 21, 5D and 92. RGB value is (33,93,146). Sum of RGB (Red+Green+Blue) = 33+93+146=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #215D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D92 is #DEA26D. Grayscale: #505050. Windows color (decimal): -14590574 or 9592097. OLE color: 9592097.

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

Color convert

RGB3393146-
CMYK0.770.3600.43
HSL208.14º63.13%35.1%-
HSV(B)208.14º77.4%57.25%-
XYZ9.7310.2328.66-
YUV81.1164.6293.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=12.13%
G=34.19%
B=53.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33931460.770.3600.43208.1463.1335.1
Hex215D924D2402Bd03f23
Octal41135222115440533207743
Binary1000011011101100100101001101100100010101111010000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D92; }

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

 H1.HeaderClassName
 {
   color: #215D92;
 }
 .AnyTagClassName
 {
   color: #215D92;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #215D92;
 }
 .BgClassName
 {
   background-color: #215D92;
 }
</style>
border-color css

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

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

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