#255A9D

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

Shades of Endeavour #255A9D

Tints of Endeavour #255A9D

Color information

#255A9D (or 0x255A9D) is unknown color: approx Endeavour. HEX triplet: 25, 5A and 9D. RGB value is (37,90,157). Sum of RGB (Red+Green+Blue) = 37+90+157=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #255A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A9D is #DAA562. Grayscale: #515151. Windows color (decimal): -14329187 or 10312229. OLE color: 10312229.

HSL color Cylindrical-coordinate representation of color #255A9D: hue angle of 213.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255A9D is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3790157-
CMYK0.760.4300.38
HSL213.5º61.86%38.04%-
HSV(B)213.5º76.43%61.57%-
XYZ10.510.1433.3-
YUV81.79170.4496.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 157 (61.72% from 255) = 55.28%
R=13.03%
G=31.69%
B=55.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37901570.760.4300.38213.561.8638.04
Hex255A9D4C2B026d63e26
Octal45132235114530463267646
Binary1001011011010100111011001100101011010011011010110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,90,157); }

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

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

 a { background-color: rgb(37,90,157); }

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

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

 span { border-color: rgb(37,90,157); }

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