#306691

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

Shades of Endeavour #306691

Tints of Endeavour #306691

Color information

#306691 (or 0x306691) is unknown color: approx Endeavour. HEX triplet: 30, 66 and 91. RGB value is (48,102,145). Sum of RGB (Red+Green+Blue) = 48+102+145=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #306691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306691 is #CF996E. Grayscale: #5A5A5A. Windows color (decimal): -13605231 or 9528880. OLE color: 9528880.

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

Color convert

RGB48102145-
CMYK0.670.3000.43
HSL206.6º50.26%37.84%-
HSV(B)206.6º66.9%56.86%-
XYZ11.0812.1828.55-
YUV90.76158.6197.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=16.27%
G=34.58%
B=49.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481021450.670.3000.43206.650.2637.84
Hex306691431E02Bcf3226
Octal60146221103360533176246
Binary110000110011010010001100001111110010101111001111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306691; }

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

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

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

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

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

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

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

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