Html Css Color HEX #37424F Rhino

📋 copy color: '#37424F'

red 55 ◦ green 66 ◦ blue 79

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

Shades of Rhino #37424F

Tints of Rhino #37424F

RGB

 RED value IS 55 (21.88% from 255) = 27.5%

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 27.5%
G = 33%
B = 39.5%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37424F (or 0x37424F) is known color: Rhino. HEX triplet: 37, 42 and 4F. RGB value is (55,66,79). Sum of RGB (Red+Green+Blue) = 55+66+79=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #37424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37424F is #C8BDB0. Grayscale: #404040. Windows color (decimal): -13155761 or 5194295. OLE color: 5194295.

HSL color Cylindrical-coordinate representation of color #37424F: hue angle of 212.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37424F is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 66 79 -
CMYK 0.30 0.16 0 0.69
HSL 212.5º 0.18% 0.26% -
HSV(B) 212.5º 0.3% 0.31% -
XYZ 4.94 5.27 8.15 -
YUV 64.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 55 66 79 0.30 0.16 0 0.69 212.5 0.18 0.26
Hex 37 42 4F 1E 10 0 45 D4 12 1A
Octal 67 102 117 36 20 0 105 324 22 32
Binary 110111 1000010 1001111 11110 10000 0 1000101 11010100 10010 11010

Color Harmonies of #37424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37424F

Black with #37424F

Text Example


Text Example

White with #37424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37424F; }

 p { color: rgb(55,66,79); }

 H1.HeaderClassName
 {
   color: #37424F;
 }
 .AnyTagClassName
 {
   color: #37424F;
 }
</style>

background-color css

<style>
 a { background-color: #37424F; }

 a { background-color: rgb(55,66,79); }

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

border-color css

<style>
 span { border-color: #37424F; }

 span { border-color: rgb(55,66,79); }

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