#305590

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

Shades of Endeavour #305590

Tints of Endeavour #305590

Color information

#305590 (or 0x305590) is unknown color: approx Endeavour. HEX triplet: 30, 55 and 90. RGB value is (48,85,144). Sum of RGB (Red+Green+Blue) = 48+85+144=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #305590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305590 is #CFAA6F. Grayscale: #505050. Windows color (decimal): -13609584 or 9458992. OLE color: 9458992.

HSL color Cylindrical-coordinate representation of color #305590: hue angle of 216.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305590 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4885144-
CMYK0.670.4100.44
HSL216.88º50%37.65%-
HSV(B)216.88º66.67%56.47%-
XYZ9.59.1427.65-
YUV80.66163.74104.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=17.33%
G=30.69%
B=51.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48851440.670.4100.44216.885037.65
Hex305590432902Cd93226
Octal60125220103510543316246
Binary1100001010101100100001000011101001010110011011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305590; }

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

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

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

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

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

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

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

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