Html Css Color HEX #3F625E Oracle

📋 copy color: '#3F625E'

red 63 ◦ green 98 ◦ blue 94

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

Shades of Oracle #3F625E

Tints of Oracle #3F625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 24.71%
G = 38.43%
B = 36.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#3F625E (or 0x3F625E) is known color: Oracle. HEX triplet: 3F, 62 and 5E. RGB value is (63,98,94). Sum of RGB (Red+Green+Blue) = 63+98+94=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #3F625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F625E is #C09DA1. Grayscale: #575757. Windows color (decimal): -12623266 or 6185535. OLE color: 6185535.

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

Color convert

RGB 63 98 94 -
CMYK 0.36 0 0.04 0.62
HSL 173.14º 0.22% 0.32% -
HSV(B) 173.14º 0.36% 0.38% -
XYZ 8.44 10.6 12.19 -
YUV 87.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 63 98 94 0.36 0 0.04 0.62 173.14 0.22 0.32
Hex 3F 62 5E 24 0 4 3E AD 16 20
Octal 77 142 136 44 0 4 76 255 26 40
Binary 111111 1100010 1011110 100100 0 100 111110 10101101 10110 100000

Color Harmonies of #3F625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F625E

Black with #3F625E

Text Example


Text Example

White with #3F625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,94); }

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

background-color css

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

 a { background-color: rgb(63,98,94); }

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

border-color css

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

 span { border-color: rgb(63,98,94); }

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