#255792

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

Shades of Endeavour #255792

Tints of Endeavour #255792

Color information

#255792 (or 0x255792) is unknown color: approx Endeavour. HEX triplet: 25, 57 and 92. RGB value is (37,87,146). Sum of RGB (Red+Green+Blue) = 37+87+146=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #255792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255792 is #DAA86D. Grayscale: #4E4E4E. Windows color (decimal): -14329966 or 9590565. OLE color: 9590565.

HSL color Cylindrical-coordinate representation of color #255792: hue angle of 212.48º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255792 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3787146-
CMYK0.750.4000.43
HSL212.48º59.56%35.88%-
HSV(B)212.48º74.66%57.25%-
XYZ9.369.2928.49-
YUV78.78165.9498.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=13.70%
G=32.22%
B=54.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37871460.750.4000.43212.4859.5635.88
Hex2557924B2802Bd43c24
Octal45127222113500533247444
Binary1001011010111100100101001011101000010101111010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255792; }

 p { color: rgb(37,87,146); }

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

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

 a { background-color: rgb(37,87,146); }

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

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

 span { border-color: rgb(37,87,146); }

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