Html Css Color HEX #3B4450 Rhino

📋 copy color: '#3B4450'

red 59 ◦ green 68 ◦ blue 80

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

Shades of Rhino #3B4450

Tints of Rhino #3B4450

RGB

 RED value IS 59 (23.44% from 255) = 28.5%

 GREEN value IS 68 (26.95% from 255) = 32.85%

 BLUE value IS 80 (31.64% from 255) = 38.65%

R = 28.5%
G = 32.85%
B = 38.65%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B4450 (or 0x3B4450) is known color: Rhino. HEX triplet: 3B, 44 and 50. RGB value is (59,68,80). Sum of RGB (Red+Green+Blue) = 59+68+80=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4450 is #C4BBAF. Grayscale: #424242. Windows color (decimal): -12893104 or 5260347. OLE color: 5260347.

HSL color Cylindrical-coordinate representation of color #3B4450: hue angle of 214.29º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B4450 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 68 80 -
CMYK 0.26 0.15 0 0.69
HSL 214.29º 0.15% 0.27% -
HSV(B) 214.29º 0.26% 0.31% -
XYZ 5.32 5.64 8.4 -
YUV 66.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 59 68 80 0.26 0.15 0 0.69 214.29 0.15 0.27
Hex 3B 44 50 1A F 0 45 D6 F 1B
Octal 73 104 120 32 17 0 105 326 17 33
Binary 111011 1000100 1010000 11010 1111 0 1000101 11010110 1111 11011

Color Harmonies of #3B4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4450

Black with #3B4450

Text Example


Text Example

White with #3B4450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,68,80); }

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

background-color css

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

 a { background-color: rgb(59,68,80); }

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

border-color css

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

 span { border-color: rgb(59,68,80); }

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