#306293

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

Shades of Endeavour #306293

Tints of Endeavour #306293

Color information

#306293 (or 0x306293) is unknown color: approx Endeavour. HEX triplet: 30, 62 and 93. RGB value is (48,98,147). Sum of RGB (Red+Green+Blue) = 48+98+147=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #306293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306293 is #CF9D6C. Grayscale: #585858. Windows color (decimal): -13606253 or 9658928. OLE color: 9658928.

HSL color Cylindrical-coordinate representation of color #306293: hue angle of 209.7º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306293 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4898147-
CMYK0.670.3300.42
HSL209.7º50.77%38.24%-
HSV(B)209.7º67.35%57.65%-
XYZ10.8511.4729.25-
YUV88.64160.9499.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=16.38%
G=33.45%
B=50.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48981470.670.3300.42209.750.7738.24
Hex306293432102Ad23326
Octal60142223103410523226346
Binary1100001100010100100111000011100001010101011010010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306293; }

 p { color: rgb(48,98,147); }

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

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

 a { background-color: rgb(48,98,147); }

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

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

 span { border-color: rgb(48,98,147); }

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