#306088

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

Shades of Endeavour #306088

Tints of Endeavour #306088

Color information

#306088 (or 0x306088) is unknown color: approx Endeavour. HEX triplet: 30, 60 and 88. RGB value is (48,96,136). Sum of RGB (Red+Green+Blue) = 48+96+136=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #306088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306088 is #CF9F77. Grayscale: #565656. Windows color (decimal): -13606776 or 8937520. OLE color: 8937520.

HSL color Cylindrical-coordinate representation of color #306088: hue angle of 207.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306088 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4896136-
CMYK0.650.2900.47
HSL207.27º47.83%36.08%-
HSV(B)207.27º64.71%53.33%-
XYZ9.8510.7724.85-
YUV86.21156.1100.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 136 (53.52% from 255) = 48.57%
R=17.14%
G=34.29%
B=48.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48961360.650.2900.47207.2747.8336.08
Hex306088411D02Fcf3024
Octal60140210101350573176044
Binary110000110000010001000100000111101010111111001111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306088; }

 p { color: rgb(48,96,136); }

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

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

 a { background-color: rgb(48,96,136); }

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

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

 span { border-color: rgb(48,96,136); }

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