#305D94

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

Shades of Endeavour #305D94

Tints of Endeavour #305D94

Color information

#305D94 (or 0x305D94) is unknown color: approx Endeavour. HEX triplet: 30, 5D and 94. RGB value is (48,93,148). Sum of RGB (Red+Green+Blue) = 48+93+148=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #305D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D94 is #CFA26B. Grayscale: #555555. Windows color (decimal): -13607532 or 9723184. OLE color: 9723184.

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

Color convert

RGB4893148-
CMYK0.680.3700.42
HSL213º51.02%38.43%-
HSV(B)213º67.57%58.04%-
XYZ10.4810.629.51-
YUV85.82163.09101.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=16.61%
G=32.18%
B=51.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48931480.680.3700.4221351.0238.43
Hex305D94442502Ad53326
Octal60135224104450523256346
Binary1100001011101100101001000100100101010101011010101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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