#306592

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

Shades of Endeavour #306592

Tints of Endeavour #306592

Color information

#306592 (or 0x306592) is unknown color: approx Endeavour. HEX triplet: 30, 65 and 92. RGB value is (48,101,146). Sum of RGB (Red+Green+Blue) = 48+101+146=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #306592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306592 is #CF9A6D. Grayscale: #5A5A5A. Windows color (decimal): -13605486 or 9594160. OLE color: 9594160.

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

Color convert

RGB48101146-
CMYK0.670.3100.43
HSL207.55º50.52%38.04%-
HSV(B)207.55º67.12%57.25%-
XYZ11.0612.0128.93-
YUV90.28159.4497.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=16.27%
G=34.24%
B=49.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481011460.670.3100.43207.5550.5238.04
Hex306592431F02Bd03326
Octal60145222103370533206346
Binary110000110010110010010100001111111010101111010000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306592; }

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

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

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

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

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

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

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

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