#305959

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

Shades of Oracle #305959

Tints of Oracle #305959

Color information

#305959 (or 0x305959) is unknown color: approx Oracle. HEX triplet: 30, 59 and 59. RGB value is (48,89,89). Sum of RGB (Red+Green+Blue) = 48+89+89=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #305959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305959 is #CFA6A6. Grayscale: #4C4C4C. Windows color (decimal): -13608615 or 5855536. OLE color: 5855536.

HSL color Cylindrical-coordinate representation of color #305959: hue angle of 180º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305959 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB488989-
CMYK0.46000.65
HSL180º29.93%26.86%-
HSV(B)180º46.07%34.9%-
XYZ6.598.4910.74-
YUV76.74134.92107.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=21.24%
G=39.38%
B=39.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889890.46000.6518029.9326.86
Hex3059592E0041b41e1b
Octal6013113156001012643633
Binary11000010110011011001101110001000001101101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305959; }

 p { color: rgb(48,89,89); }

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

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

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

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

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

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

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