#306294

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

Shades of Endeavour #306294

Tints of Endeavour #306294

Color information

#306294 (or 0x306294) is unknown color: approx Endeavour. HEX triplet: 30, 62 and 94. RGB value is (48,98,148). Sum of RGB (Red+Green+Blue) = 48+98+148=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #306294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306294 is #CF9D6B. Grayscale: #585858. Windows color (decimal): -13606252 or 9724464. OLE color: 9724464.

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

Color convert

RGB4898148-
CMYK0.680.3400.42
HSL210º51.02%38.43%-
HSV(B)210º67.57%58.04%-
XYZ10.9311.529.66-
YUV88.75161.4498.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 50.34%
R=16.33%
G=33.33%
B=50.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48981480.680.3400.4221051.0238.43
Hex306294442202Ad23326
Octal60142224104420523226346
Binary1100001100010100101001000100100010010101011010010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306294; }

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

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

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

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

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

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

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

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