#395253

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

Shades of Oracle #395253

Tints of Oracle #395253

Color information

#395253 (or 0x395253) is unknown color: approx Oracle. HEX triplet: 39, 52 and 53. RGB value is (57,82,83). Sum of RGB (Red+Green+Blue) = 57+82+83=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #395253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395253 is #C6ADAC. Grayscale: #4A4A4A. Windows color (decimal): -13020589 or 5460537. OLE color: 5460537.

HSL color Cylindrical-coordinate representation of color #395253: hue angle of 182.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #395253 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB578283-
CMYK0.310.0100.67
HSL182.31º18.57%27.45%-
HSV(B)182.31º31.33%32.55%-
XYZ6.277.539.31-
YUV74.64132.72115.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=25.68%
G=36.94%
B=37.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5782830.310.0100.67182.3118.5727.45
Hex3952531F1043b6131b
Octal7112212337101032662333
Binary1110011010010101001111111101000011101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395253; }

 p { color: rgb(57,82,83); }

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

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

 a { background-color: rgb(57,82,83); }

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

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

 span { border-color: rgb(57,82,83); }

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