#395B5D

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

Shades of Oracle #395B5D

Tints of Oracle #395B5D

Color information

#395B5D (or 0x395B5D) is unknown color: approx Oracle. HEX triplet: 39, 5B and 5D. RGB value is (57,91,93). Sum of RGB (Red+Green+Blue) = 57+91+93=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #395B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B5D is #C6A4A2. Grayscale: #515151. Windows color (decimal): -13018275 or 6118201. OLE color: 6118201.

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

Color convert

RGB579193-
CMYK0.390.0200.64
HSL183.33º24%29.41%-
HSV(B)183.33º38.71%36.47%-
XYZ7.49.1411.73-
YUV81.06134.74110.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=23.65%
G=37.76%
B=38.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5791930.390.0200.64183.332429.41
Hex395B5D272040b7181d
Octal7113313547201002673035
Binary111001101101110111011001111001000000101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,91,93); }

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

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

 a { background-color: rgb(57,91,93); }

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

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

 span { border-color: rgb(57,91,93); }

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