Html Css Color HEX #3E5D5F Oracle

📋 copy color: '#3E5D5F'

red 62 ◦ green 93 ◦ blue 95

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

Shades of Oracle #3E5D5F

Tints of Oracle #3E5D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.2%

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

R = 24.8%
G = 37.2%
B = 38%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E5D5F (or 0x3E5D5F) is known color: Oracle. HEX triplet: 3E, 5D and 5F. RGB value is (62,93,95). Sum of RGB (Red+Green+Blue) = 62+93+95=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E5D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5D5F is #C1A2A0. Grayscale: #535353. Windows color (decimal): -12690081 or 6249790. OLE color: 6249790.

HSL color Cylindrical-coordinate representation of color #3E5D5F: hue angle of 183.64º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E5D5F is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 62 93 95 -
CMYK 0.35 0.02 0 0.63
HSL 183.64º 0.21% 0.31% -
HSV(B) 183.64º 0.35% 0.37% -
XYZ 7.97 9.68 12.27 -
YUV 83.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 62 93 95 0.35 0.02 0 0.63 183.64 0.21 0.31
Hex 3E 5D 5F 23 2 0 3F B8 15 1F
Octal 76 135 137 43 2 0 77 270 25 37
Binary 111110 1011101 1011111 100011 10 0 111111 10111000 10101 11111

Color Harmonies of #3E5D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5D5F

Black with #3E5D5F

Text Example


Text Example

White with #3E5D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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