Html Css Color HEX #3D6662 Oracle

📋 copy color: '#3D6662'

red 61 ◦ green 102 ◦ blue 98

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

Shades of Oracle #3D6662

Tints of Oracle #3D6662

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 value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#3D6662 (or 0x3D6662) is known color: 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

RGB 61 102 98 -
CMYK 0.40 0 0.04 0.6
HSL 174.15º 0.25% 0.32% -
HSV(B) 174.15º 0.4% 0.4% -
XYZ 8.88 11.38 13.28 -
YUV 89.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 61 102 98 0.40 0 0.04 0.6 174.15 0.25 0.32
Hex 3D 66 62 28 0 4 3C AE 19 20
Octal 75 146 142 50 0 4 74 256 31 40
Binary 111101 1100110 1100010 101000 0 100 111100 10101110 11001 100000

Color Harmonies of #3D6662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6662

Black with #3D6662

Text Example


Text Example

White with #3D6662

Text Example


Text Example

HTML Codes & Css Web 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>