Html Css Color HEX #395857 Oracle

📋 copy color: '#395857'

red 57 ◦ green 88 ◦ blue 87

#395857
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #395857

Tints of Oracle #395857

RGB

 RED value IS 57 (22.66% from 255) = 24.57%

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 24.57%
G = 37.93%
B = 37.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#395857 (or 0x395857) is known color: Oracle. HEX triplet: 39, 58 and 57. RGB value is (57,88,87). Sum of RGB (Red+Green+Blue) = 57+88+87=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #395857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395857 is #C6A7A8. Grayscale: #4E4E4E. Windows color (decimal): -13019049 or 5724217. OLE color: 5724217.

HSL color Cylindrical-coordinate representation of color #395857: hue angle of 178.06º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #395857 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 88 87 -
CMYK 0.35 0 0.01 0.65
HSL 178.06º 0.21% 0.28% -
HSV(B) 178.06º 0.35% 0.35% -
XYZ 6.9 8.54 10.3 -
YUV 78.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 57 88 87 0.35 0 0.01 0.65 178.06 0.21 0.28
Hex 39 58 57 23 0 1 41 B2 15 1C
Octal 71 130 127 43 0 1 101 262 25 34
Binary 111001 1011000 1010111 100011 0 1 1000001 10110010 10101 11100

Color Harmonies of #395857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395857

Black with #395857

Text Example


Text Example

White with #395857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395857; }

 p { color: rgb(57,88,87); }

 H1.HeaderClassName
 {
   color: #395857;
 }
 .AnyTagClassName
 {
   color: #395857;
 }
</style>

background-color css

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

 a { background-color: rgb(57,88,87); }

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

border-color css

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

 span { border-color: rgb(57,88,87); }

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