#305B91

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

Shades of Endeavour #305B91

Tints of Endeavour #305B91

Color information

#305B91 (or 0x305B91) is unknown color: approx Endeavour. HEX triplet: 30, 5B and 91. RGB value is (48,91,145). Sum of RGB (Red+Green+Blue) = 48+91+145=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #305B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B91 is #CFA46E. Grayscale: #545454. Windows color (decimal): -13608047 or 9526064. OLE color: 9526064.

HSL color Cylindrical-coordinate representation of color #305B91: hue angle of 213.4º degrees, saturation: 0.5, 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 #305B91 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4891145-
CMYK0.670.3700.43
HSL213.4º50.26%37.84%-
HSV(B)213.4º66.9%56.86%-
XYZ10.0710.1528.22-
YUV84.3162.25102.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 145 (57.03% from 255) = 51.06%
R=16.90%
G=32.04%
B=51.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48911450.670.3700.43213.450.2637.84
Hex305B91432502Bd53226
Octal60133221103450533256246
Binary1100001011011100100011000011100101010101111010101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305B91; }

 p { color: rgb(48,91,145); }

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

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

 a { background-color: rgb(48,91,145); }

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

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

 span { border-color: rgb(48,91,145); }

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