#255BA2

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

Shades of Endeavour #255BA2

Tints of Endeavour #255BA2

Color information

#255BA2 (or 0x255BA2) is unknown color: approx Endeavour. HEX triplet: 25, 5B and A2. RGB value is (37,91,162). Sum of RGB (Red+Green+Blue) = 37+91+162=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #255BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255BA2 is #DAA45D. Grayscale: #525252. Windows color (decimal): -14328926 or 10640165. OLE color: 10640165.

HSL color Cylindrical-coordinate representation of color #255BA2: hue angle of 214.08º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #255BA2 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3791162-
CMYK0.770.4400.36
HSL214.08º62.81%39.02%-
HSV(B)214.08º77.16%63.53%-
XYZ11.0310.4835.62-
YUV82.95172.6195.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 162 (63.67% from 255) = 55.86%
R=12.76%
G=31.38%
B=55.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37911620.770.4400.36214.0862.8139.02
Hex255BA24D2C024d63f27
Octal45133242115540443267747
Binary1001011011011101000101001101101100010010011010110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255BA2; }

 p { color: rgb(37,91,162); }

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

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

 a { background-color: rgb(37,91,162); }

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

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

 span { border-color: rgb(37,91,162); }

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