#305C58

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

Shades of Oracle #305C58

Tints of Oracle #305C58

Color information

#305C58 (or 0x305C58) is unknown color: approx Oracle. HEX triplet: 30, 5C and 58. RGB value is (48,92,88). Sum of RGB (Red+Green+Blue) = 48+92+88=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #305C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C58 is #CFA3A7. Grayscale: #4E4E4E. Windows color (decimal): -13607848 or 5790768. OLE color: 5790768.

HSL color Cylindrical-coordinate representation of color #305C58: hue angle of 174.55º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C58 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB489288-
CMYK0.4800.040.64
HSL174.55º31.43%27.45%-
HSV(B)174.55º47.83%36.08%-
XYZ6.818.9910.61-
YUV78.39133.42106.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=21.05%
G=40.35%
B=38.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892880.4800.040.64174.5531.4327.45
Hex305C58300440af1f1b
Octal6013413060041002573733
Binary1100001011100101100011000001001000000101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305C58; }

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

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

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

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

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

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

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

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