#305D88

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

Shades of Endeavour #305D88

Tints of Endeavour #305D88

Color information

#305D88 (or 0x305D88) is unknown color: approx Endeavour. HEX triplet: 30, 5D and 88. RGB value is (48,93,136). Sum of RGB (Red+Green+Blue) = 48+93+136=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #305D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D88 is #CFA277. Grayscale: #545454. Windows color (decimal): -13607544 or 8936752. OLE color: 8936752.

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

Color convert

RGB4893136-
CMYK0.650.3200.47
HSL209.32º47.83%36.08%-
HSV(B)209.32º64.71%53.33%-
XYZ9.5810.2324.76-
YUV84.45157.09102-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=17.33%
G=33.57%
B=49.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48931360.650.3200.47209.3247.8336.08
Hex305D88412002Fd13024
Octal60135210101400573216044
Binary1100001011101100010001000001100000010111111010001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,93,136); }

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

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

 a { background-color: rgb(48,93,136); }

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

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

 span { border-color: rgb(48,93,136); }

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