Html Css Color HEX #3B4652 Rhino

📋 copy color: '#3B4652'

red 59 ◦ green 70 ◦ blue 82

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

Shades of Rhino #3B4652

Tints of Rhino #3B4652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 27.96%
G = 33.18%
B = 38.86%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3B4652 (or 0x3B4652) is known color: Rhino. HEX triplet: 3B, 46 and 52. RGB value is (59,70,82). Sum of RGB (Red+Green+Blue) = 59+70+82=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B4652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4652 is #C4B9AD. Grayscale: #444444. Windows color (decimal): -12892590 or 5391931. OLE color: 5391931.

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

Color convert

RGB 59 70 82 -
CMYK 0.28 0.15 0 0.68
HSL 211.3º 0.16% 0.28% -
HSV(B) 211.3º 0.28% 0.32% -
XYZ 5.52 5.92 8.83 -
YUV 68.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 59 70 82 0.28 0.15 0 0.68 211.3 0.16 0.28
Hex 3B 46 52 1C F 0 44 D3 10 1C
Octal 73 106 122 34 17 0 104 323 20 34
Binary 111011 1000110 1010010 11100 1111 0 1000100 11010011 10000 11100

Color Harmonies of #3B4652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4652

Black with #3B4652

Text Example


Text Example

White with #3B4652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,70,82); }

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

background-color css

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

 a { background-color: rgb(59,70,82); }

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

border-color css

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

 span { border-color: rgb(59,70,82); }

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