#245892

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

Shades of Endeavour #245892

Tints of Endeavour #245892

Color information

#245892 (or 0x245892) is unknown color: approx Endeavour. HEX triplet: 24, 58 and 92. RGB value is (36,88,146). Sum of RGB (Red+Green+Blue) = 36+88+146=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 88 (34.77% from 255 or 32.59% 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 #245892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245892 is #DBA76D. Grayscale: #4E4E4E. Windows color (decimal): -14395246 or 9590820. OLE color: 9590820.

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

Color convert

RGB3688146-
CMYK0.750.4000.43
HSL211.64º60.44%35.69%-
HSV(B)211.64º75.34%57.25%-
XYZ9.419.4328.52-
YUV79.06165.7797.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.33%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=13.33%
G=32.59%
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
Decimal36881460.750.4000.43211.6460.4435.69
Hex2458924B2802Bd43c24
Octal44130222113500533247444
Binary1001001011000100100101001011101000010101111010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245892; }

 p { color: rgb(36,88,146); }

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

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

 a { background-color: rgb(36,88,146); }

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

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

 span { border-color: rgb(36,88,146); }

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