Html Css Color HEX #3E4B60 Rhino

📋 copy color: '#3E4B60'

red 62 ◦ green 75 ◦ blue 96

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

Shades of Rhino #3E4B60

Tints of Rhino #3E4B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 26.61%
G = 32.19%
B = 41.2%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E4B60 (or 0x3E4B60) is known color: Rhino. HEX triplet: 3E, 4B and 60. RGB value is (62,75,96). Sum of RGB (Red+Green+Blue) = 62+75+96=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E4B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B60 is #C1B49F. Grayscale: #494949. Windows color (decimal): -12694688 or 6310718. OLE color: 6310718.

HSL color Cylindrical-coordinate representation of color #3E4B60: hue angle of 217.06º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E4B60 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 75 96 -
CMYK 0.35 0.22 0 0.62
HSL 217.06º 0.22% 0.31% -
HSV(B) 217.06º 0.35% 0.38% -
XYZ 6.61 6.9 12.05 -
YUV 73.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 62 75 96 0.35 0.22 0 0.62 217.06 0.22 0.31
Hex 3E 4B 60 23 16 0 3E D9 16 1F
Octal 76 113 140 43 26 0 76 331 26 37
Binary 111110 1001011 1100000 100011 10110 0 111110 11011001 10110 11111

Color Harmonies of #3E4B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4B60

Black with #3E4B60

Text Example


Text Example

White with #3E4B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,75,96); }

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

background-color css

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

 a { background-color: rgb(62,75,96); }

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

border-color css

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

 span { border-color: rgb(62,75,96); }

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