Html Css Color HEX #3D4A58 Rhino

📋 copy color: '#3D4A58'

red 61 ◦ green 74 ◦ blue 88

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

Shades of Rhino #3D4A58

Tints of Rhino #3D4A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 27.35%
G = 33.18%
B = 39.46%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D4A58 (or 0x3D4A58) is known color: Rhino. HEX triplet: 3D, 4A and 58. RGB value is (61,74,88). Sum of RGB (Red+Green+Blue) = 61+74+88=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D4A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4A58 is #C2B5A7. Grayscale: #474747. Windows color (decimal): -12760488 or 5786173. OLE color: 5786173.

HSL color Cylindrical-coordinate representation of color #3D4A58: hue angle of 211.11º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4A58 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 74 88 -
CMYK 0.31 0.16 0 0.65
HSL 211.11º 0.18% 0.29% -
HSV(B) 211.11º 0.31% 0.35% -
XYZ 6.13 6.59 10.18 -
YUV 71.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 61 74 88 0.31 0.16 0 0.65 211.11 0.18 0.29
Hex 3D 4A 58 1F 10 0 41 D3 12 1D
Octal 75 112 130 37 20 0 101 323 22 35
Binary 111101 1001010 1011000 11111 10000 0 1000001 11010011 10010 11101

Color Harmonies of #3D4A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4A58

Black with #3D4A58

Text Example


Text Example

White with #3D4A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,74,88); }

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

background-color css

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

 a { background-color: rgb(61,74,88); }

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

border-color css

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

 span { border-color: rgb(61,74,88); }

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