#3D6662

Color #3D6662 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #3D6662

Tints of Oracle #3D6662

Color information

#3D6662 (or 0x3D6662) is unknown color: approx Oracle. HEX triplet: 3D, 66 and 62. RGB value is (61,102,98). Sum of RGB (Red+Green+Blue) = 61+102+98=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6662 is #C2999D. Grayscale: #595959. Windows color (decimal): -12753310 or 6448701. OLE color: 6448701.

HSL color Cylindrical-coordinate representation of color #3D6662: hue angle of 174.15º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6662 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB6110298-
CMYK0.4000.040.6
HSL174.15º25.15%31.96%-
HSV(B)174.15º40.2%40%-
XYZ8.8811.3813.28-
YUV89.28132.92107.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=23.37%
G=39.08%
B=37.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102980.4000.040.6174.1525.1531.96
Hex3D666228043Cae1920
Octal751461425004742563140
Binary1111011100110110001010100001001111001010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D6662;
 }
 .AnyTagClassName
 {
   color: #3D6662;
 }
</style>
background-color css

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

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

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

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

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

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