Html Css Color HEX #3D5052 Oracle

📋 copy color: '#3D5052'

red 61 ◦ green 80 ◦ blue 82

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

Shades of Oracle #3D5052

Tints of Oracle #3D5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 27.35%
G = 35.87%
B = 36.77%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3D5052 (or 0x3D5052) is known color: Oracle. HEX triplet: 3D, 50 and 52. RGB value is (61,80,82). Sum of RGB (Red+Green+Blue) = 61+80+82=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D5052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5052 is #C2AFAD. Grayscale: #4A4A4A. Windows color (decimal): -12758958 or 5394493. OLE color: 5394493.

HSL color Cylindrical-coordinate representation of color #3D5052: hue angle of 185.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D5052 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 80 82 -
CMYK 0.26 0.02 0 0.68
HSL 185.71º 0.15% 0.28% -
HSV(B) 185.71º 0.26% 0.32% -
XYZ 6.32 7.34 9.07 -
YUV 74.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 61 80 82 0.26 0.02 0 0.68 185.71 0.15 0.28
Hex 3D 50 52 1A 2 0 44 BA F 1C
Octal 75 120 122 32 2 0 104 272 17 34
Binary 111101 1010000 1010010 11010 10 0 1000100 10111010 1111 11100

Color Harmonies of #3D5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5052

Black with #3D5052

Text Example


Text Example

White with #3D5052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,80,82); }

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

background-color css

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

 a { background-color: rgb(61,80,82); }

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

border-color css

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

 span { border-color: rgb(61,80,82); }

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