#305b85

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

Shades of Endeavour #305B85

Tints of Endeavour #305B85

Color information

#305B85 (or 0x305B85) is unknown color: approx Endeavour. HEX triplet: 30, 5B and 85. RGB value is (48,91,133). Sum of RGB (Red+Green+Blue) = 48+91+133=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #305B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B85 is #CFA47A. Grayscale: #525252. Windows color (decimal): -13608059 or 8739632. OLE color: 8739632.

HSL color Cylindrical-coordinate representation of color #305B85: hue angle of 209.65º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #305B85 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4891133-
CMYK0.640.3200.48
HSL209.65º46.96%35.49%-
HSV(B)209.65º63.91%52.16%-
XYZ9.199.823.6-
YUV82.93156.25103.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=17.65%
G=33.46%
B=48.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48911330.640.3200.48209.6546.9635.49
Hex305B854020030d22f23
Octal60133205100400603225743
Binary1100001011011100001011000000100000011000011010010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305b85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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