Html Css Color HEX #3E4A60 Rhino

📋 copy color: '#3E4A60'

red 62 ◦ green 74 ◦ blue 96

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

Shades of Rhino #3E4A60

Tints of Rhino #3E4A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.9%

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

R = 26.72%
G = 31.9%
B = 41.38%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E4A60 (or 0x3E4A60) is known color: Rhino. HEX triplet: 3E, 4A and 60. RGB value is (62,74,96). Sum of RGB (Red+Green+Blue) = 62+74+96=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E4A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A60 is #C1B59F. Grayscale: #484848. Windows color (decimal): -12694944 or 6310462. OLE color: 6310462.

HSL color Cylindrical-coordinate representation of color #3E4A60: hue angle of 218.82º 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 #3E4A60 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 74 96 -
CMYK 0.35 0.23 0 0.62
HSL 218.82º 0.22% 0.31% -
HSV(B) 218.82º 0.35% 0.38% -
XYZ 6.55 6.77 12.03 -
YUV 72.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 62 74 96 0.35 0.23 0 0.62 218.82 0.22 0.31
Hex 3E 4A 60 23 17 0 3E DB 16 1F
Octal 76 112 140 43 27 0 76 333 26 37
Binary 111110 1001010 1100000 100011 10111 0 111110 11011011 10110 11111

Color Harmonies of #3E4A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4A60

Black with #3E4A60

Text Example


Text Example

White with #3E4A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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