#305792

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

Shades of Endeavour #305792

Tints of Endeavour #305792

Color information

#305792 (or 0x305792) is unknown color: approx Endeavour. HEX triplet: 30, 57 and 92. RGB value is (48,87,146). Sum of RGB (Red+Green+Blue) = 48+87+146=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #305792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305792 is #CFA86D. Grayscale: #515151. Windows color (decimal): -13609070 or 9590576. OLE color: 9590576.

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

Color convert

RGB4887146-
CMYK0.670.4000.43
HSL216.12º50.52%38.04%-
HSV(B)216.12º67.12%57.25%-
XYZ9.829.5228.51-
YUV82.06164.08103.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=17.08%
G=30.96%
B=51.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48871460.670.4000.43216.1250.5238.04
Hex305792432802Bd83326
Octal60127222103500533306346
Binary1100001010111100100101000011101000010101111011000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305792; }

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

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

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

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

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

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

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

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