#215C9A

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

Shades of Endeavour #215C9A

Tints of Endeavour #215C9A

Color information

#215C9A (or 0x215C9A) is unknown color: approx Endeavour. HEX triplet: 21, 5C and 9A. RGB value is (33,92,154). Sum of RGB (Red+Green+Blue) = 33+92+154=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #215C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C9A is #DEA365. Grayscale: #515151. Windows color (decimal): -14590822 or 10116129. OLE color: 10116129.

HSL color Cylindrical-coordinate representation of color #215C9A: hue angle of 210.74º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215C9A is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3392154-
CMYK0.790.4000.40
HSL210.74º64.71%36.67%-
HSV(B)210.74º78.57%60.39%-
XYZ10.2910.3132.02-
YUV81.43168.9593.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=11.83%
G=32.97%
B=55.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33921540.790.4000.40210.7464.7136.67
Hex215C9A4F28028d34125
Octal411342321175005032310145
Binary10000110111001001101010011111010000101000110100111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,92,154); }

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

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

 a { background-color: rgb(33,92,154); }

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

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

 span { border-color: rgb(33,92,154); }

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