#30585D

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

Shades of Oracle #30585D

Tints of Oracle #30585D

Color information

#30585D (or 0x30585D) is unknown color: approx Oracle. HEX triplet: 30, 58 and 5D. RGB value is (48,88,93). Sum of RGB (Red+Green+Blue) = 48+88+93=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #30585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30585D is #CFA7A2. Grayscale: #4C4C4C. Windows color (decimal): -13608867 or 6117424. OLE color: 6117424.

HSL color Cylindrical-coordinate representation of color #30585D: hue angle of 186.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30585D is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB488893-
CMYK0.480.0500.64
HSL186.67º31.91%27.65%-
HSV(B)186.67º48.39%36.47%-
XYZ6.688.411.62-
YUV76.61137.25107.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=20.96%
G=38.43%
B=40.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4888930.480.0500.64186.6731.9127.65
Hex30585D305040bb201c
Octal6013013560501002734034
Binary11000010110001011101110000101010000001011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30585D; }

 p { color: rgb(48,88,93); }

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

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

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

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

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

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

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