Html Css Color HEX #3E635F Oracle

📋 copy color: '#3E635F'

red 62 ◦ green 99 ◦ blue 95

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

Shades of Oracle #3E635F

Tints of Oracle #3E635F

RGB

 RED value IS 62 (24.61% from 255) = 24.22%

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 24.22%
G = 38.67%
B = 37.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#3E635F (or 0x3E635F) is known color: Oracle. HEX triplet: 3E, 63 and 5F. RGB value is (62,99,95). Sum of RGB (Red+Green+Blue) = 62+99+95=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #3E635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E635F is #C19CA0. Grayscale: #575757. Windows color (decimal): -12688545 or 6251326. OLE color: 6251326.

HSL color Cylindrical-coordinate representation of color #3E635F: hue angle of 173.51º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E635F is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 62 99 95 -
CMYK 0.37 0 0.04 0.61
HSL 173.51º 0.23% 0.32% -
HSV(B) 173.51º 0.37% 0.39% -
XYZ 8.51 10.77 12.46 -
YUV 87.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 62 99 95 0.37 0 0.04 0.61 173.51 0.23 0.32
Hex 3E 63 5F 25 0 4 3D AE 17 20
Octal 76 143 137 45 0 4 75 256 27 40
Binary 111110 1100011 1011111 100101 0 100 111101 10101110 10111 100000

Color Harmonies of #3E635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E635F

Black with #3E635F

Text Example


Text Example

White with #3E635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E635F; }

 p { color: rgb(62,99,95); }

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

background-color css

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

 a { background-color: rgb(62,99,95); }

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

border-color css

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

 span { border-color: rgb(62,99,95); }

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