Html Css Color HEX #3D605B Oracle

📋 copy color: '#3D605B'

red 61 ◦ green 96 ◦ blue 91

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

Shades of Oracle #3D605B

Tints of Oracle #3D605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 24.6%
G = 38.71%
B = 36.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#3D605B (or 0x3D605B) is known color: Oracle. HEX triplet: 3D, 60 and 5B. RGB value is (61,96,91). Sum of RGB (Red+Green+Blue) = 61+96+91=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #3D605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D605B is #C29FA4. Grayscale: #545454. Windows color (decimal): -12754853 or 5988413. OLE color: 5988413.

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

Color convert

RGB 61 96 91 -
CMYK 0.36 0 0.05 0.62
HSL 171.43º 0.22% 0.31% -
HSV(B) 171.43º 0.36% 0.38% -
XYZ 8 10.11 11.43 -
YUV 84.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 61 96 91 0.36 0 0.05 0.62 171.43 0.22 0.31
Hex 3D 60 5B 24 0 5 3E AB 16 1F
Octal 75 140 133 44 0 5 76 253 26 37
Binary 111101 1100000 1011011 100100 0 101 111110 10101011 10110 11111

Color Harmonies of #3D605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D605B

Black with #3D605B

Text Example


Text Example

White with #3D605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,96,91); }

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

background-color css

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

 a { background-color: rgb(61,96,91); }

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

border-color css

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

 span { border-color: rgb(61,96,91); }

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