#395354

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

Shades of Oracle #395354

Tints of Oracle #395354

Color information

#395354 (or 0x395354) is unknown color: approx Oracle. HEX triplet: 39, 53 and 54. RGB value is (57,83,84). Sum of RGB (Red+Green+Blue) = 57+83+84=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #395354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395354 is #C6ACAB. Grayscale: #4B4B4B. Windows color (decimal): -13020332 or 5526329. OLE color: 5526329.

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

Color convert

RGB578384-
CMYK0.320.0100.67
HSL182.22º19.15%27.65%-
HSV(B)182.22º32.14%32.94%-
XYZ6.387.79.54-
YUV75.34132.89114.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=25.45%
G=37.05%
B=37.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783840.320.0100.67182.2219.1527.65
Hex395354201043b6131c
Octal7112312440101032662334
Binary11100110100111010100100000101000011101101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395354; }

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

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

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

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

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

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

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

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