#255C95

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

Shades of Endeavour #255C95

Tints of Endeavour #255C95

Color information

#255C95 (or 0x255C95) is unknown color: approx Endeavour. HEX triplet: 25, 5C and 95. RGB value is (37,92,149). Sum of RGB (Red+Green+Blue) = 37+92+149=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #255C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C95 is #DAA36A. Grayscale: #515151. Windows color (decimal): -14328683 or 9788453. OLE color: 9788453.

HSL color Cylindrical-coordinate representation of color #255C95: hue angle of 210.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255C95 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3792149-
CMYK0.750.3800.42
HSL210.54º60.22%36.47%-
HSV(B)210.54º75.17%58.43%-
XYZ10.0110.2229.88-
YUV82.05165.7895.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=13.31%
G=33.09%
B=53.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37921490.750.3800.42210.5460.2236.47
Hex255C954B2602Ad33c24
Octal45134225113460523237444
Binary1001011011100100101011001011100110010101011010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,92,149); }

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

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

 a { background-color: rgb(37,92,149); }

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

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

 span { border-color: rgb(37,92,149); }

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