#305C9B

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

Shades of Endeavour #305C9B

Tints of Endeavour #305C9B

Color information

#305C9B (or 0x305C9B) is unknown color: approx Endeavour. HEX triplet: 30, 5C and 9B. RGB value is (48,92,155). Sum of RGB (Red+Green+Blue) = 48+92+155=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #305C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C9B is #CFA364. Grayscale: #555555. Windows color (decimal): -13607781 or 10181680. OLE color: 10181680.

HSL color Cylindrical-coordinate representation of color #305C9B: hue angle of 215.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305C9B is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4892155-
CMYK0.690.4100.39
HSL215.33º52.71%39.8%-
HSV(B)215.33º69.03%60.78%-
XYZ10.9610.6532.49-
YUV86.03166.92100.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=16.27%
G=31.19%
B=52.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48921550.690.4100.39215.3352.7139.8
Hex305C9B4529027d73528
Octal60134233105510473276550
Binary1100001011100100110111000101101001010011111010111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,92,155); }

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

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

 a { background-color: rgb(48,92,155); }

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

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

 span { border-color: rgb(48,92,155); }

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