Html Css Color HEX #3E4550 Rhino

📋 copy color: '#3E4550'

red 62 ◦ green 69 ◦ blue 80

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

Shades of Rhino #3E4550

Tints of Rhino #3E4550

RGB

 RED value IS 62 (24.61% from 255) = 29.38%

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

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

R = 29.38%
G = 32.7%
B = 37.91%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E4550 (or 0x3E4550) is known color: Rhino. HEX triplet: 3E, 45 and 50. RGB value is (62,69,80). Sum of RGB (Red+Green+Blue) = 62+69+80=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4550 is #C1BAAF. Grayscale: #444444. Windows color (decimal): -12696240 or 5260606. OLE color: 5260606.

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

Color convert

RGB 62 69 80 -
CMYK 0.22 0.14 0 0.69
HSL 216.67º 0.13% 0.28% -
HSV(B) 216.67º 0.23% 0.31% -
XYZ 5.56 5.86 8.43 -
YUV 68.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 62 69 80 0.22 0.14 0 0.69 216.67 0.13 0.28
Hex 3E 45 50 16 E 0 45 D9 D 1C
Octal 76 105 120 26 16 0 105 331 15 34
Binary 111110 1000101 1010000 10110 1110 0 1000101 11011001 1101 11100

Color Harmonies of #3E4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4550

Black with #3E4550

Text Example


Text Example

White with #3E4550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,69,80); }

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

background-color css

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

 a { background-color: rgb(62,69,80); }

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

border-color css

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

 span { border-color: rgb(62,69,80); }

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