#306060

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

Shades of Oracle #306060

Tints of Oracle #306060

Color information

#306060 (or 0x306060) is unknown color: approx Oracle. HEX triplet: 30, 60 and 60. RGB value is (48,96,96). Sum of RGB (Red+Green+Blue) = 48+96+96=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #306060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306060 is #CF9F9F. Grayscale: #515151. Windows color (decimal): -13606816 or 6316080. OLE color: 6316080.

HSL color Cylindrical-coordinate representation of color #306060: hue angle of 180º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306060 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB489696-
CMYK0.50000.62
HSL180º33.33%28.24%-
HSV(B)180º50%37.65%-
XYZ7.519.8412.57-
YUV81.65136.1104-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896960.50000.6218033.3328.24
Hex30606032003Eb4211c
Octal601401406200762644134
Binary11000011000001100000110010001111101011010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306060; }

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

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

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

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

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

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

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

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