Html Css Color HEX #374252 Rhino

📋 copy color: '#374252'

red 55 ◦ green 66 ◦ blue 82

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

Shades of Rhino #374252

Tints of Rhino #374252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 27.09%
G = 32.51%
B = 40.39%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374252 (or 0x374252) is known color: Rhino. HEX triplet: 37, 42 and 52. RGB value is (55,66,82). Sum of RGB (Red+Green+Blue) = 55+66+82=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #374252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374252 is #C8BDAD. Grayscale: #404040. Windows color (decimal): -13155758 or 5390903. OLE color: 5390903.

HSL color Cylindrical-coordinate representation of color #374252: hue angle of 215.56º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #374252 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 66 82 -
CMYK 0.33 0.20 0 0.68
HSL 215.56º 0.2% 0.27% -
HSV(B) 215.56º 0.33% 0.32% -
XYZ 5.05 5.32 8.74 -
YUV 64.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 55 66 82 0.33 0.20 0 0.68 215.56 0.2 0.27
Hex 37 42 52 21 14 0 44 D8 14 1B
Octal 67 102 122 41 24 0 104 330 24 33
Binary 110111 1000010 1010010 100001 10100 0 1000100 11011000 10100 11011

Color Harmonies of #374252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374252

Black with #374252

Text Example


Text Example

White with #374252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374252; }

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

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

background-color css

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

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

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

border-color css

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

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

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