Html Css Color HEX #3D625E Oracle

📋 copy color: '#3D625E'

red 61 ◦ green 98 ◦ blue 94

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

Shades of Oracle #3D625E

Tints of Oracle #3D625E

RGB

 RED value IS 61 (24.22% from 255) = 24.11%

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

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

R = 24.11%
G = 38.74%
B = 37.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#3D625E (or 0x3D625E) is known color: Oracle. HEX triplet: 3D, 62 and 5E. RGB value is (61,98,94). Sum of RGB (Red+Green+Blue) = 61+98+94=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #3D625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D625E is #C29DA1. Grayscale: #565656. Windows color (decimal): -12754338 or 6185533. OLE color: 6185533.

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

Color convert

RGB 61 98 94 -
CMYK 0.38 0 0.04 0.62
HSL 173.51º 0.23% 0.31% -
HSV(B) 173.51º 0.38% 0.38% -
XYZ 8.31 10.54 12.19 -
YUV 86.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 61 98 94 0.38 0 0.04 0.62 173.51 0.23 0.31
Hex 3D 62 5E 26 0 4 3E AE 17 1F
Octal 75 142 136 46 0 4 76 256 27 37
Binary 111101 1100010 1011110 100110 0 100 111110 10101110 10111 11111

Color Harmonies of #3D625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D625E

Black with #3D625E

Text Example


Text Example

White with #3D625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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