#305B8A

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

Shades of Endeavour #305B8A

Tints of Endeavour #305B8A

Color information

#305B8A (or 0x305B8A) is unknown color: approx Endeavour. HEX triplet: 30, 5B and 8A. RGB value is (48,91,138). Sum of RGB (Red+Green+Blue) = 48+91+138=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #305B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B8A is #CFA475. Grayscale: #535353. Windows color (decimal): -13608054 or 9067312. OLE color: 9067312.

HSL color Cylindrical-coordinate representation of color #305B8A: hue angle of 211.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305B8A is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4891138-
CMYK0.650.3400.46
HSL211.33º48.39%36.47%-
HSV(B)211.33º65.22%54.12%-
XYZ9.559.9525.46-
YUV83.5158.75102.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=17.33%
G=32.85%
B=49.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48911380.650.3400.46211.3348.3936.47
Hex305B8A412202Ed33024
Octal60133212101420563236044
Binary1100001011011100010101000001100010010111011010011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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