Html Css Color HEX #374A58 Cello

📋 copy color: '#374A58'

red 55 ◦ green 74 ◦ blue 88

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

Shades of Cello #374A58

Tints of Cello #374A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 25.35%
G = 34.1%
B = 40.55%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374A58 (or 0x374A58) is known color: Cello. HEX triplet: 37, 4A and 58. RGB value is (55,74,88). Sum of RGB (Red+Green+Blue) = 55+74+88=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #374A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A58 is #C8B5A7. Grayscale: #454545. Windows color (decimal): -13153704 or 5786167. OLE color: 5786167.

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

Color convert

RGB 55 74 88 -
CMYK 0.38 0.16 0 0.65
HSL 205.45º 0.23% 0.28% -
HSV(B) 205.45º 0.38% 0.35% -
XYZ 5.79 6.41 10.17 -
YUV 69.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 55 74 88 0.38 0.16 0 0.65 205.45 0.23 0.28
Hex 37 4A 58 26 10 0 41 CD 17 1C
Octal 67 112 130 46 20 0 101 315 27 34
Binary 110111 1001010 1011000 100110 10000 0 1000001 11001101 10111 11100

Color Harmonies of #374A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A58

Black with #374A58

Text Example


Text Example

White with #374A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,74,88); }

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

background-color css

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

 a { background-color: rgb(55,74,88); }

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

border-color css

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

 span { border-color: rgb(55,74,88); }

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