#305B90

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

Shades of Endeavour #305B90

Tints of Endeavour #305B90

Color information

#305B90 (or 0x305B90) is unknown color: approx Endeavour. HEX triplet: 30, 5B and 90. RGB value is (48,91,144). Sum of RGB (Red+Green+Blue) = 48+91+144=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #305B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B90 is #CFA46F. Grayscale: #535353. Windows color (decimal): -13608048 or 9460528. OLE color: 9460528.

HSL color Cylindrical-coordinate representation of color #305B90: hue angle of 213.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305B90 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4891144-
CMYK0.670.3700.44
HSL213.12º50%37.65%-
HSV(B)213.12º66.67%56.47%-
XYZ9.9910.1227.81-
YUV84.18161.75102.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=16.96%
G=32.16%
B=50.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48911440.670.3700.44213.125037.65
Hex305B90432502Cd53226
Octal60133220103450543256246
Binary1100001011011100100001000011100101010110011010101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,91,144); }

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

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

 a { background-color: rgb(48,91,144); }

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

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

 span { border-color: rgb(48,91,144); }

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