Html Css Color HEX #3E5A59 Oracle

📋 copy color: '#3E5A59'

red 62 ◦ green 90 ◦ blue 89

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

Shades of Oracle #3E5A59

Tints of Oracle #3E5A59

RGB

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

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

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

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

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3E5A59: hue angle of 177.86º 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 #3E5A59 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 90 89 -
CMYK 0.31 0 0.01 0.65
HSL 177.86º 0.18% 0.3% -
HSV(B) 177.86º 0.31% 0.35% -
XYZ 7.45 9.06 10.81 -
YUV 81.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 62 90 89 0.31 0 0.01 0.65 177.86 0.18 0.3
Hex 3E 5A 59 1F 0 1 41 B2 12 1E
Octal 76 132 131 37 0 1 101 262 22 36
Binary 111110 1011010 1011001 11111 0 1 1000001 10110010 10010 11110

Color Harmonies of #3E5A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5A59

Black with #3E5A59

Text Example


Text Example

White with #3E5A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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