#306590

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

Shades of Endeavour #306590

Tints of Endeavour #306590

Color information

#306590 (or 0x306590) is unknown color: approx Endeavour. HEX triplet: 30, 65 and 90. RGB value is (48,101,144). Sum of RGB (Red+Green+Blue) = 48+101+144=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #306590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306590 is #CF9A6F. Grayscale: #595959. Windows color (decimal): -13605488 or 9463088. OLE color: 9463088.

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

Color convert

RGB48101144-
CMYK0.670.3000.44
HSL206.88º50%37.65%-
HSV(B)206.88º66.67%56.47%-
XYZ10.9111.9528.12-
YUV90.06158.4498-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=16.38%
G=34.47%
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.44
SystemRedGreenBlueCMYKHSL
Decimal481011440.670.3000.44206.885037.65
Hex306590431E02Ccf3226
Octal60145220103360543176246
Binary110000110010110010000100001111110010110011001111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306590; }

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

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

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

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

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

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

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

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