#305f91

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

Shades of Endeavour #305F91

Tints of Endeavour #305F91

Color information

#305F91 (or 0x305F91) is unknown color: approx Endeavour. HEX triplet: 30, 5F and 91. RGB value is (48,95,145). Sum of RGB (Red+Green+Blue) = 48+95+145=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #305F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305F91 is #CFA06E. Grayscale: #565656. Windows color (decimal): -13607023 or 9527088. OLE color: 9527088.

HSL color Cylindrical-coordinate representation of color #305F91: hue angle of 210.93º degrees, saturation: 0.5, 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 #305F91 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4895145-
CMYK0.670.3400.43
HSL210.93º50.26%37.84%-
HSV(B)210.93º66.9%56.86%-
XYZ10.4210.8628.33-
YUV86.65160.93100.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 145 (57.03% from 255) = 50.35%
R=16.67%
G=32.99%
B=50.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48951450.670.3400.43210.9350.2637.84
Hex305F91432202Bd33226
Octal60137221103420533236246
Binary1100001011111100100011000011100010010101111010011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305f91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,95,145); }

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

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

 a { background-color: rgb(48,95,145); }

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

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

 span { border-color: rgb(48,95,145); }

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