Html Css Color HEX #3B4553 Rhino

📋 copy color: '#3B4553'

red 59 ◦ green 69 ◦ blue 83

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

Shades of Rhino #3B4553

Tints of Rhino #3B4553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 27.96%
G = 32.7%
B = 39.34%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B4553 (or 0x3B4553) is known color: Rhino. HEX triplet: 3B, 45 and 53. RGB value is (59,69,83). Sum of RGB (Red+Green+Blue) = 59+69+83=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B4553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4553 is #C4BAAC. Grayscale: #434343. Windows color (decimal): -12892845 or 5457211. OLE color: 5457211.

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

Color convert

RGB 59 69 83 -
CMYK 0.29 0.17 0 0.67
HSL 215º 0.17% 0.28% -
HSV(B) 215º 0.29% 0.33% -
XYZ 5.49 5.81 9.02 -
YUV 67.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 59 69 83 0.29 0.17 0 0.67 215 0.17 0.28
Hex 3B 45 53 1D 11 0 43 D7 11 1C
Octal 73 105 123 35 21 0 103 327 21 34
Binary 111011 1000101 1010011 11101 10001 0 1000011 11010111 10001 11100

Color Harmonies of #3B4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4553

Black with #3B4553

Text Example


Text Example

White with #3B4553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,69,83); }

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

background-color css

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

 a { background-color: rgb(59,69,83); }

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

border-color css

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

 span { border-color: rgb(59,69,83); }

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