#305492

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

Shades of Endeavour #305492

Tints of Endeavour #305492

Color information

#305492 (or 0x305492) is unknown color: approx Endeavour. HEX triplet: 30, 54 and 92. RGB value is (48,84,146). Sum of RGB (Red+Green+Blue) = 48+84+146=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #305492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305492 is #CFAB6D. Grayscale: #505050. Windows color (decimal): -13609838 or 9589808. OLE color: 9589808.

HSL color Cylindrical-coordinate representation of color #305492: hue angle of 217.96º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305492 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4884146-
CMYK0.670.4200.43
HSL217.96º50.52%38.04%-
HSV(B)217.96º67.12%57.25%-
XYZ9.589.0428.44-
YUV80.3165.07104.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=17.27%
G=30.22%
B=52.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48841460.670.4200.43217.9650.5238.04
Hex305492432A02Bda3326
Octal60124222103520533326346
Binary1100001010100100100101000011101010010101111011010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305492; }

 p { color: rgb(48,84,146); }

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

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

 a { background-color: rgb(48,84,146); }

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

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

 span { border-color: rgb(48,84,146); }

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