Html Css Color HEX #3D4653 Rhino

📋 copy color: '#3D4653'

red 61 ◦ green 70 ◦ blue 83

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

Shades of Rhino #3D4653

Tints of Rhino #3D4653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 28.5%
G = 32.71%
B = 38.79%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3D4653 (or 0x3D4653) is known color: Rhino. HEX triplet: 3D, 46 and 53. RGB value is (61,70,83). Sum of RGB (Red+Green+Blue) = 61+70+83=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4653 is #C2B9AC. Grayscale: #444444. Windows color (decimal): -12761517 or 5457469. OLE color: 5457469.

HSL color Cylindrical-coordinate representation of color #3D4653: hue angle of 215.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4653 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 70 83 -
CMYK 0.27 0.16 0 0.67
HSL 215.45º 0.15% 0.28% -
HSV(B) 215.45º 0.27% 0.33% -
XYZ 5.68 6 9.04 -
YUV 68.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 61 70 83 0.27 0.16 0 0.67 215.45 0.15 0.28
Hex 3D 46 53 1B 10 0 43 D7 F 1C
Octal 75 106 123 33 20 0 103 327 17 34
Binary 111101 1000110 1010011 11011 10000 0 1000011 11010111 1111 11100

Color Harmonies of #3D4653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4653

Black with #3D4653

Text Example


Text Example

White with #3D4653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,70,83); }

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

background-color css

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

 a { background-color: rgb(61,70,83); }

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

border-color css

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

 span { border-color: rgb(61,70,83); }

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