#305A96

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

Shades of Endeavour #305A96

Tints of Endeavour #305A96

Color information

#305A96 (or 0x305A96) is unknown color: approx Endeavour. HEX triplet: 30, 5A and 96. RGB value is (48,90,150). Sum of RGB (Red+Green+Blue) = 48+90+150=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #305A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A96 is #CFA569. Grayscale: #545454. Windows color (decimal): -13608298 or 9853488. OLE color: 9853488.

HSL color Cylindrical-coordinate representation of color #305A96: hue angle of 215.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305A96 is Cyan = 0.68, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4890150-
CMYK0.680.400.41
HSL215.29º51.52%38.82%-
HSV(B)215.29º68%58.82%-
XYZ10.3810.1430.26-
YUV84.28165.09102.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=16.67%
G=31.25%
B=52.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48901500.680.400.41215.2951.5238.82
Hex305A964428029d73427
Octal60132226104500513276447
Binary1100001011010100101101000100101000010100111010111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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