#395F61

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

Shades of Oracle #395F61

Tints of Oracle #395F61

Color information

#395F61 (or 0x395F61) is unknown color: approx Oracle. HEX triplet: 39, 5F and 61. RGB value is (57,95,97). Sum of RGB (Red+Green+Blue) = 57+95+97=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #395F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F61 is #C6A09E. Grayscale: #535353. Windows color (decimal): -13017247 or 6381369. OLE color: 6381369.

HSL color Cylindrical-coordinate representation of color #395F61: hue angle of 183º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #395F61 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB579597-
CMYK0.410.0200.62
HSL183º25.97%30.2%-
HSV(B)183º41.24%38.04%-
XYZ7.949.9212.81-
YUV83.87135.41108.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=22.89%
G=38.15%
B=38.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5795970.410.0200.6218325.9730.2
Hex395F6129203Eb71a1e
Octal711371415120762673236
Binary11100110111111100001101001100111110101101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,95,97); }

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

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

 a { background-color: rgb(57,95,97); }

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

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

 span { border-color: rgb(57,95,97); }

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