#255A98

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

Shades of Endeavour #255A98

Tints of Endeavour #255A98

Color information

#255A98 (or 0x255A98) is unknown color: approx Endeavour. HEX triplet: 25, 5A and 98. RGB value is (37,90,152). Sum of RGB (Red+Green+Blue) = 37+90+152=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #255A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A98 is #DAA567. Grayscale: #505050. Windows color (decimal): -14329192 or 9984549. OLE color: 9984549.

HSL color Cylindrical-coordinate representation of color #255A98: hue angle of 212.35º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255A98 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3790152-
CMYK0.760.4100.40
HSL212.35º60.85%37.06%-
HSV(B)212.35º75.66%59.61%-
XYZ10.099.9731.1-
YUV81.22167.9496.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 152 (59.77% from 255) = 54.48%
R=13.26%
G=32.26%
B=54.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37901520.760.4100.40212.3560.8537.06
Hex255A984C29028d43d25
Octal45132230114510503247545
Binary1001011011010100110001001100101001010100011010100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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