#305992

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

Shades of Endeavour #305992

Tints of Endeavour #305992

Color information

#305992 (or 0x305992) is unknown color: approx Endeavour. HEX triplet: 30, 59 and 92. RGB value is (48,89,146). Sum of RGB (Red+Green+Blue) = 48+89+146=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #305992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305992 is #CFA66D. Grayscale: #525252. Windows color (decimal): -13608558 or 9591088. OLE color: 9591088.

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

Color convert

RGB4889146-
CMYK0.670.3900.43
HSL214.9º50.52%38.04%-
HSV(B)214.9º67.12%57.25%-
XYZ9.989.8528.57-
YUV83.24163.42102.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=16.96%
G=31.45%
B=51.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48891460.670.3900.43214.950.5238.04
Hex305992432702Bd73326
Octal60131222103470533276346
Binary1100001011001100100101000011100111010101111010111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305992; }

 p { color: rgb(48,89,146); }

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

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

 a { background-color: rgb(48,89,146); }

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

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

 span { border-color: rgb(48,89,146); }

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