#215BA3

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

Shades of Endeavour #215BA3

Tints of Endeavour #215BA3

Color information

#215BA3 (or 0x215BA3) is unknown color: approx Endeavour. HEX triplet: 21, 5B and A3. RGB value is (33,91,163). Sum of RGB (Red+Green+Blue) = 33+91+163=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 163 (64.06% from 255 or 56.79% from 287); Max value from RGB is 163 - color contains mainly: blue. Hex color #215BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215BA3 is #DEA45C. Grayscale: #515151. Windows color (decimal): -14591069 or 10705697. OLE color: 10705697.

HSL color Cylindrical-coordinate representation of color #215BA3: hue angle of 213.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #215BA3 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3391163-
CMYK0.800.4400.36
HSL213.23º66.33%38.43%-
HSV(B)213.23º79.75%63.92%-
XYZ10.9810.4536.09-
YUV81.87173.7893.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 163 (64.06% from 255) = 56.79%
R=11.50%
G=31.71%
B=56.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33911630.800.4400.36213.2366.3338.43
Hex215BA3502C024d54226
Octal411332431205404432510246
Binary10000110110111010001110100001011000100100110101011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,91,163); }

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

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

 a { background-color: rgb(33,91,163); }

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

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

 span { border-color: rgb(33,91,163); }

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