Html Css Color HEX #3E605B Oracle

📋 copy color: '#3E605B'

red 62 ◦ green 96 ◦ blue 91

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

Shades of Oracle #3E605B

Tints of Oracle #3E605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 24.9%
G = 38.55%
B = 36.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#3E605B (or 0x3E605B) is known color: Oracle. HEX triplet: 3E, 60 and 5B. RGB value is (62,96,91). Sum of RGB (Red+Green+Blue) = 62+96+91=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #3E605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E605B is #C19FA4. Grayscale: #555555. Windows color (decimal): -12689317 or 5988414. OLE color: 5988414.

HSL color Cylindrical-coordinate representation of color #3E605B: hue angle of 171.18º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E605B is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 96 91 -
CMYK 0.35 0 0.05 0.62
HSL 171.18º 0.22% 0.31% -
HSV(B) 171.18º 0.35% 0.38% -
XYZ 8.06 10.15 11.43 -
YUV 85.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 62 96 91 0.35 0 0.05 0.62 171.18 0.22 0.31
Hex 3E 60 5B 23 0 5 3E AB 16 1F
Octal 76 140 133 43 0 5 76 253 26 37
Binary 111110 1100000 1011011 100011 0 101 111110 10101011 10110 11111

Color Harmonies of #3E605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E605B

Black with #3E605B

Text Example


Text Example

White with #3E605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,96,91); }

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

background-color css

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

 a { background-color: rgb(62,96,91); }

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

border-color css

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

 span { border-color: rgb(62,96,91); }

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