Html Css Color HEX #3E595A Oracle

📋 copy color: '#3E595A'

red 62 ◦ green 89 ◦ blue 90

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

Shades of Oracle #3E595A

Tints of Oracle #3E595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 25.73%
G = 36.93%
B = 37.34%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E595A (or 0x3E595A) is known color: Oracle. HEX triplet: 3E, 59 and 5A. RGB value is (62,89,90). Sum of RGB (Red+Green+Blue) = 62+89+90=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E595A is #C1A6A5. Grayscale: #515151. Windows color (decimal): -12691110 or 5921086. OLE color: 5921086.

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

Color convert

RGB 62 89 90 -
CMYK 0.31 0.01 0 0.65
HSL 182.14º 0.18% 0.3% -
HSV(B) 182.14º 0.31% 0.35% -
XYZ 7.4 8.91 11 -
YUV 81.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 62 89 90 0.31 0.01 0 0.65 182.14 0.18 0.3
Hex 3E 59 5A 1F 1 0 41 B6 12 1E
Octal 76 131 132 37 1 0 101 266 22 36
Binary 111110 1011001 1011010 11111 1 0 1000001 10110110 10010 11110

Color Harmonies of #3E595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E595A

Black with #3E595A

Text Example


Text Example

White with #3E595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,89,90); }

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

background-color css

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

 a { background-color: rgb(62,89,90); }

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

border-color css

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

 span { border-color: rgb(62,89,90); }

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