Html Css Color HEX #3D4B4C Oracle

📋 copy color: '#3D4B4C'

red 61 ◦ green 75 ◦ blue 76

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

Shades of Oracle #3D4B4C

Tints of Oracle #3D4B4C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.38%

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 28.77%
G = 35.38%
B = 35.85%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D4B4C (or 0x3D4B4C) is known color: Oracle. HEX triplet: 3D, 4B and 4C. RGB value is (61,75,76). Sum of RGB (Red+Green+Blue) = 61+75+76=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D4B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B4C is #C2B4B3. Grayscale: #464646. Windows color (decimal): -12760244 or 4999997. OLE color: 4999997.

HSL color Cylindrical-coordinate representation of color #3D4B4C: hue angle of 184º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D4B4C is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 75 76 -
CMYK 0.20 0.01 0 0.70
HSL 184º 0.11% 0.27% -
HSV(B) 184º 0.2% 0.3% -
XYZ 5.75 6.55 7.8 -
YUV 70.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 61 75 76 0.20 0.01 0 0.70 184 0.11 0.27
Hex 3D 4B 4C 14 1 0 46 B8 B 1B
Octal 75 113 114 24 1 0 106 270 13 33
Binary 111101 1001011 1001100 10100 1 0 1000110 10111000 1011 11011

Color Harmonies of #3D4B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4B4C

Black with #3D4B4C

Text Example


Text Example

White with #3D4B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,75,76); }

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

background-color css

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

 a { background-color: rgb(61,75,76); }

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

border-color css

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

 span { border-color: rgb(61,75,76); }

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