#305D93

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

Shades of Endeavour #305D93

Tints of Endeavour #305D93

Color information

#305D93 (or 0x305D93) is unknown color: approx Endeavour. HEX triplet: 30, 5D and 93. RGB value is (48,93,147). Sum of RGB (Red+Green+Blue) = 48+93+147=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #305D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D93 is #CFA26C. Grayscale: #555555. Windows color (decimal): -13607533 or 9657648. OLE color: 9657648.

HSL color Cylindrical-coordinate representation of color #305D93: hue angle of 212.73º 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 #305D93 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4893147-
CMYK0.670.3700.42
HSL212.73º50.77%38.24%-
HSV(B)212.73º67.35%57.65%-
XYZ10.410.5629.09-
YUV85.7162.59101.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=16.67%
G=32.29%
B=51.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48931470.670.3700.42212.7350.7738.24
Hex305D93432502Ad53326
Octal60135223103450523256346
Binary1100001011101100100111000011100101010101011010101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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