#395453

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

Shades of Oracle #395453

Tints of Oracle #395453

Color information

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

HSL color Cylindrical-coordinate representation of color #395453: hue angle of 177.78º 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 #395453 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB578483-
CMYK0.3200.010.67
HSL177.78º19.15%27.65%-
HSV(B)177.78º32.14%32.94%-
XYZ6.427.849.36-
YUV75.81132.05114.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784830.3200.010.67177.7819.1527.65
Hex395453200143b2131c
Octal7112412340011032622334
Binary11100110101001010011100000011000011101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395453; }

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

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

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

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

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

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

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

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