#305897

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

Shades of Endeavour #305897

Tints of Endeavour #305897

Color information

#305897 (or 0x305897) is unknown color: approx Endeavour. HEX triplet: 30, 58 and 97. RGB value is (48,88,151). Sum of RGB (Red+Green+Blue) = 48+88+151=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #305897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305897 is #CFA768. Grayscale: #525252. Windows color (decimal): -13608809 or 9918512. OLE color: 9918512.

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

Color convert

RGB4888151-
CMYK0.680.4200.41
HSL216.7º51.76%39.02%-
HSV(B)216.7º68.21%59.22%-
XYZ10.299.8430.64-
YUV83.22166.25102.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=16.72%
G=30.66%
B=52.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48881510.680.4200.41216.751.7639.02
Hex305897442A029d93427
Octal60130227104520513316447
Binary1100001011000100101111000100101010010100111011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305897; }

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

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

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

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

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

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

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

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