Html Css Color HEX #395759 Oracle

📋 copy color: '#395759'

red 57 ◦ green 87 ◦ blue 89

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

Shades of Oracle #395759

Tints of Oracle #395759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.34%

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 24.46%
G = 37.34%
B = 38.2%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#395759 (or 0x395759) is known color: Oracle. HEX triplet: 39, 57 and 59. RGB value is (57,87,89). Sum of RGB (Red+Green+Blue) = 57+87+89=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #395759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395759 is #C6A8A6. Grayscale: #4E4E4E. Windows color (decimal): -13019303 or 5855033. OLE color: 5855033.

HSL color Cylindrical-coordinate representation of color #395759: hue angle of 183.75º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395759 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 87 89 -
CMYK 0.36 0.02 0 0.65
HSL 183.75º 0.22% 0.29% -
HSV(B) 183.75º 0.36% 0.35% -
XYZ 6.9 8.41 10.71 -
YUV 78.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 57 87 89 0.36 0.02 0 0.65 183.75 0.22 0.29
Hex 39 57 59 24 2 0 41 B8 16 1D
Octal 71 127 131 44 2 0 101 270 26 35
Binary 111001 1010111 1011001 100100 10 0 1000001 10111000 10110 11101

Color Harmonies of #395759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395759

Black with #395759

Text Example


Text Example

White with #395759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395759; }

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

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

background-color css

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

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

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

border-color css

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

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

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