#306288

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

Shades of Endeavour #306288

Tints of Endeavour #306288

Color information

#306288 (or 0x306288) is unknown color: approx Endeavour. HEX triplet: 30, 62 and 88. RGB value is (48,98,136). Sum of RGB (Red+Green+Blue) = 48+98+136=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #306288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306288 is #CF9D77. Grayscale: #575757. Windows color (decimal): -13606264 or 8938032. OLE color: 8938032.

HSL color Cylindrical-coordinate representation of color #306288: hue angle of 205.91º 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 #306288 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4898136-
CMYK0.650.2800.47
HSL205.91º47.83%36.08%-
HSV(B)205.91º64.71%53.33%-
XYZ10.0311.1424.91-
YUV87.38155.4499.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=17.02%
G=34.75%
B=48.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48981360.650.2800.47205.9147.8336.08
Hex306288411C02Fce3024
Octal60142210101340573166044
Binary110000110001010001000100000111100010111111001110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306288; }

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

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

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

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

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

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

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

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