#255194

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

Shades of Endeavour #255194

Tints of Endeavour #255194

Color information

#255194 (or 0x255194) is unknown color: approx Endeavour. HEX triplet: 25, 51 and 94. RGB value is (37,81,148). Sum of RGB (Red+Green+Blue) = 37+81+148=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #255194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255194 is #DAAE6B. Grayscale: #4B4B4B. Windows color (decimal): -14331500 or 9720101. OLE color: 9720101.

HSL color Cylindrical-coordinate representation of color #255194: hue angle of 216.22º 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 #255194 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3781148-
CMYK0.750.4500.42
HSL216.22º60%36.27%-
HSV(B)216.22º75%58.04%-
XYZ9.058.4229.16-
YUV75.48168.92100.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=13.91%
G=30.45%
B=55.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37811480.750.4500.42216.226036.27
Hex2551944B2D02Ad83c24
Octal45121224113550523307444
Binary1001011010001100101001001011101101010101011011000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255194; }

 p { color: rgb(37,81,148); }

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

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

 a { background-color: rgb(37,81,148); }

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

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

 span { border-color: rgb(37,81,148); }

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