Html Css Color HEX #3F615D Oracle

📋 copy color: '#3F615D'

red 63 ◦ green 97 ◦ blue 93

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

Shades of Oracle #3F615D

Tints of Oracle #3F615D

RGB

 RED value IS 63 (25% from 255) = 24.9%

 GREEN value IS 97 (38.28% from 255) = 38.34%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 24.9%
G = 38.34%
B = 36.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#3F615D (or 0x3F615D) is known color: Oracle. HEX triplet: 3F, 61 and 5D. RGB value is (63,97,93). Sum of RGB (Red+Green+Blue) = 63+97+93=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #3F615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F615D is #C09EA2. Grayscale: #565656. Windows color (decimal): -12623523 or 6119743. OLE color: 6119743.

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

Color convert

RGB 63 97 93 -
CMYK 0.35 0 0.04 0.62
HSL 172.94º 0.21% 0.31% -
HSV(B) 172.94º 0.35% 0.38% -
XYZ 8.3 10.4 11.93 -
YUV 86.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 63 97 93 0.35 0 0.04 0.62 172.94 0.21 0.31
Hex 3F 61 5D 23 0 4 3E AD 15 1F
Octal 77 141 135 43 0 4 76 255 25 37
Binary 111111 1100001 1011101 100011 0 100 111110 10101101 10101 11111

Color Harmonies of #3F615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F615D

Black with #3F615D

Text Example


Text Example

White with #3F615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,97,93); }

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

background-color css

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

 a { background-color: rgb(63,97,93); }

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

border-color css

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

 span { border-color: rgb(63,97,93); }

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