Html Css Color HEX #395356 Oracle

📋 copy color: '#395356'

red 57 ◦ green 83 ◦ blue 86

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

Shades of Oracle #395356

Tints of Oracle #395356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

 BLUE value IS 86 (33.98% from 255) = 38.05%

R = 25.22%
G = 36.73%
B = 38.05%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#395356 (or 0x395356) is known color: Oracle. HEX triplet: 39, 53 and 56. RGB value is (57,83,86). Sum of RGB (Red+Green+Blue) = 57+83+86=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #395356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395356 is #C6ACA9. Grayscale: #4B4B4B. Windows color (decimal): -13020330 or 5657401. OLE color: 5657401.

HSL color Cylindrical-coordinate representation of color #395356: hue angle of 186.21º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395356 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 83 86 -
CMYK 0.34 0.03 0 0.66
HSL 186.21º 0.2% 0.28% -
HSV(B) 186.21º 0.34% 0.34% -
XYZ 6.46 7.73 9.96 -
YUV 75.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 57 83 86 0.34 0.03 0 0.66 186.21 0.2 0.28
Hex 39 53 56 22 3 0 42 BA 14 1C
Octal 71 123 126 42 3 0 102 272 24 34
Binary 111001 1010011 1010110 100010 11 0 1000010 10111010 10100 11100

Color Harmonies of #395356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395356

Black with #395356

Text Example


Text Example

White with #395356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395356; }

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

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

background-color css

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

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

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

border-color css

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

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

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