Html Css Color HEX #3B434E Rhino

📋 copy color: '#3B434E'

red 59 ◦ green 67 ◦ blue 78

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

Shades of Rhino #3B434E

Tints of Rhino #3B434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 28.92%
G = 32.84%
B = 38.24%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B434E (or 0x3B434E) is known color: Rhino. HEX triplet: 3B, 43 and 4E. RGB value is (59,67,78). Sum of RGB (Red+Green+Blue) = 59+67+78=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B434E is #C4BCB1. Grayscale: #414141. Windows color (decimal): -12893362 or 5129019. OLE color: 5129019.

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

Color convert

RGB 59 67 78 -
CMYK 0.24 0.14 0 0.69
HSL 214.74º 0.14% 0.27% -
HSV(B) 214.74º 0.24% 0.31% -
XYZ 5.19 5.49 7.99 -
YUV 65.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 59 67 78 0.24 0.14 0 0.69 214.74 0.14 0.27
Hex 3B 43 4E 18 E 0 45 D7 E 1B
Octal 73 103 116 30 16 0 105 327 16 33
Binary 111011 1000011 1001110 11000 1110 0 1000101 11010111 1110 11011

Color Harmonies of #3B434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B434E

Black with #3B434E

Text Example


Text Example

White with #3B434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,67,78); }

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

background-color css

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

 a { background-color: rgb(59,67,78); }

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

border-color css

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

 span { border-color: rgb(59,67,78); }

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