#305592

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

Shades of Endeavour #305592

Tints of Endeavour #305592

Color information

#305592 (or 0x305592) is unknown color: approx Endeavour. HEX triplet: 30, 55 and 92. RGB value is (48,85,146). Sum of RGB (Red+Green+Blue) = 48+85+146=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #305592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305592 is #CFAA6D. Grayscale: #505050. Windows color (decimal): -13609582 or 9590064. OLE color: 9590064.

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

Color convert

RGB4885146-
CMYK0.670.4200.43
HSL217.35º50.52%38.04%-
HSV(B)217.35º67.12%57.25%-
XYZ9.669.228.46-
YUV80.89164.74104.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=17.20%
G=30.47%
B=52.33%

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
Decimal48851460.670.4200.43217.3550.5238.04
Hex305592432A02Bd93326
Octal60125222103520533316346
Binary1100001010101100100101000011101010010101111011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305592; }

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

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

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

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

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

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

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

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