#305A93

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

Shades of Endeavour #305A93

Tints of Endeavour #305A93

Color information

#305A93 (or 0x305A93) is unknown color: approx Endeavour. HEX triplet: 30, 5A and 93. RGB value is (48,90,147). Sum of RGB (Red+Green+Blue) = 48+90+147=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #305A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A93 is #CFA56C. Grayscale: #535353. Windows color (decimal): -13608301 or 9656880. OLE color: 9656880.

HSL color Cylindrical-coordinate representation of color #305A93: hue angle of 214.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305A93 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4890147-
CMYK0.670.3900.42
HSL214.55º50.77%38.24%-
HSV(B)214.55º67.35%57.65%-
XYZ10.1410.0529.01-
YUV83.94163.59102.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=16.84%
G=31.58%
B=51.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48901470.670.3900.42214.5550.7738.24
Hex305A93432702Ad73326
Octal60132223103470523276346
Binary1100001011010100100111000011100111010101011010111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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