#395C58

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

Shades of Oracle #395C58

Tints of Oracle #395C58

Color information

#395C58 (or 0x395C58) is unknown color: approx Oracle. HEX triplet: 39, 5C and 58. RGB value is (57,92,88). Sum of RGB (Red+Green+Blue) = 57+92+88=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #395C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C58 is #C6A3A7. Grayscale: #515151. Windows color (decimal): -13018024 or 5790777. OLE color: 5790777.

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

Color convert

RGB579288-
CMYK0.3800.040.64
HSL173.14º23.49%29.22%-
HSV(B)173.14º38.04%36.08%-
XYZ7.289.2310.63-
YUV81.08131.9110.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=24.05%
G=38.82%
B=37.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5792880.3800.040.64173.1423.4929.22
Hex395C58260440ad171d
Octal7113413046041002552735
Binary1110011011100101100010011001001000000101011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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