Html Css Color HEX #374B61 Cello

📋 copy color: '#374B61'

red 55 ◦ green 75 ◦ blue 97

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

Shades of Cello #374B61

Tints of Cello #374B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 24.23%
G = 33.04%
B = 42.73%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374B61 (or 0x374B61) is known color: Cello. HEX triplet: 37, 4B and 61. RGB value is (55,75,97). Sum of RGB (Red+Green+Blue) = 55+75+97=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #374B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B61 is #C8B49E. Grayscale: #474747. Windows color (decimal): -13153439 or 6376247. OLE color: 6376247.

HSL color Cylindrical-coordinate representation of color #374B61: hue angle of 211.43º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374B61 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 75 97 -
CMYK 0.43 0.23 0 0.62
HSL 211.43º 0.28% 0.3% -
HSV(B) 211.43º 0.43% 0.38% -
XYZ 6.25 6.71 12.27 -
YUV 71.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 55 75 97 0.43 0.23 0 0.62 211.43 0.28 0.3
Hex 37 4B 61 2B 17 0 3E D3 1C 1E
Octal 67 113 141 53 27 0 76 323 34 36
Binary 110111 1001011 1100001 101011 10111 0 111110 11010011 11100 11110

Color Harmonies of #374B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B61

Black with #374B61

Text Example


Text Example

White with #374B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374B61; }

 p { color: rgb(55,75,97); }

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

background-color css

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

 a { background-color: rgb(55,75,97); }

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

border-color css

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

 span { border-color: rgb(55,75,97); }

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