Html Css Color HEX #3E5E60 Oracle

📋 copy color: '#3E5E60'

red 62 ◦ green 94 ◦ blue 96

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

Shades of Oracle #3E5E60

Tints of Oracle #3E5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.3%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 24.6%
G = 37.3%
B = 38.1%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E5E60 (or 0x3E5E60) is known color: Oracle. HEX triplet: 3E, 5E and 60. RGB value is (62,94,96). Sum of RGB (Red+Green+Blue) = 62+94+96=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E5E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5E60 is #C1A19F. Grayscale: #545454. Windows color (decimal): -12689824 or 6315582. OLE color: 6315582.

HSL color Cylindrical-coordinate representation of color #3E5E60: hue angle of 183.53º 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 #3E5E60 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 94 96 -
CMYK 0.35 0.02 0 0.62
HSL 183.53º 0.22% 0.31% -
HSV(B) 183.53º 0.35% 0.38% -
XYZ 8.1 9.87 12.55 -
YUV 84.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 62 94 96 0.35 0.02 0 0.62 183.53 0.22 0.31
Hex 3E 5E 60 23 2 0 3E B8 16 1F
Octal 76 136 140 43 2 0 76 270 26 37
Binary 111110 1011110 1100000 100011 10 0 111110 10111000 10110 11111

Color Harmonies of #3E5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5E60

Black with #3E5E60

Text Example


Text Example

White with #3E5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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