#305A88

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

Shades of Endeavour #305A88

Tints of Endeavour #305A88

Color information

#305A88 (or 0x305A88) is unknown color: approx Endeavour. HEX triplet: 30, 5A and 88. RGB value is (48,90,136). Sum of RGB (Red+Green+Blue) = 48+90+136=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #305A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A88 is #CFA577. Grayscale: #525252. Windows color (decimal): -13608312 or 8935984. OLE color: 8935984.

HSL color Cylindrical-coordinate representation of color #305A88: hue angle of 211.36º 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 #305A88 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4890136-
CMYK0.650.3400.47
HSL211.36º47.83%36.08%-
HSV(B)211.36º64.71%53.33%-
XYZ9.329.7224.68-
YUV82.69158.09103.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=17.52%
G=32.85%
B=49.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48901360.650.3400.47211.3647.8336.08
Hex305A88412202Fd33024
Octal60132210101420573236044
Binary1100001011010100010001000001100010010111111010011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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