Html Css Color HEX #395658 Oracle

📋 copy color: '#395658'

red 57 ◦ green 86 ◦ blue 88

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

Shades of Oracle #395658

Tints of Oracle #395658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 24.68%
G = 37.23%
B = 38.1%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#395658 (or 0x395658) is known color: Oracle. HEX triplet: 39, 56 and 58. RGB value is (57,86,88). Sum of RGB (Red+Green+Blue) = 57+86+88=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #395658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395658 is #C6A9A7. Grayscale: #4D4D4D. Windows color (decimal): -13019560 or 5789241. OLE color: 5789241.

HSL color Cylindrical-coordinate representation of color #395658: hue angle of 183.87º 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 #395658 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 86 88 -
CMYK 0.35 0.02 0 0.65
HSL 183.87º 0.21% 0.28% -
HSV(B) 183.87º 0.35% 0.35% -
XYZ 6.78 8.23 10.46 -
YUV 77.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 57 86 88 0.35 0.02 0 0.65 183.87 0.21 0.28
Hex 39 56 58 23 2 0 41 B8 15 1C
Octal 71 126 130 43 2 0 101 270 25 34
Binary 111001 1010110 1011000 100011 10 0 1000001 10111000 10101 11100

Color Harmonies of #395658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395658

Black with #395658

Text Example


Text Example

White with #395658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395658; }

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

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

background-color css

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

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

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

border-color css

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

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

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