#305893

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

Shades of Endeavour #305893

Tints of Endeavour #305893

Color information

#305893 (or 0x305893) is unknown color: approx Endeavour. HEX triplet: 30, 58 and 93. RGB value is (48,88,147). Sum of RGB (Red+Green+Blue) = 48+88+147=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #305893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305893 is #CFA76C. Grayscale: #525252. Windows color (decimal): -13608813 or 9656368. OLE color: 9656368.

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

Color convert

RGB4888147-
CMYK0.670.4000.42
HSL215.76º50.77%38.24%-
HSV(B)215.76º67.35%57.65%-
XYZ9.989.7128.95-
YUV82.77164.25103.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=16.96%
G=31.10%
B=51.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48881470.670.4000.42215.7650.7738.24
Hex305893432802Ad83326
Octal60130223103500523306346
Binary1100001011000100100111000011101000010101011011000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305893; }

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

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

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

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

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

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

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

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