Html Css Color HEX #374859 Cello

📋 copy color: '#374859'

red 55 ◦ green 72 ◦ blue 89

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

Shades of Cello #374859

Tints of Cello #374859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.33%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 25.46%
G = 33.33%
B = 41.2%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374859 (or 0x374859) is known color: Cello. HEX triplet: 37, 48 and 59. RGB value is (55,72,89). Sum of RGB (Red+Green+Blue) = 55+72+89=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #374859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374859 is #C8B7A6. Grayscale: #444444. Windows color (decimal): -13154215 or 5851191. OLE color: 5851191.

HSL color Cylindrical-coordinate representation of color #374859: hue angle of 210º degrees, saturation: 0.24, 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 #374859 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 72 89 -
CMYK 0.38 0.19 0 0.65
HSL 210º 0.24% 0.28% -
HSV(B) 210º 0.38% 0.35% -
XYZ 5.7 6.17 10.34 -
YUV 68.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 55 72 89 0.38 0.19 0 0.65 210 0.24 0.28
Hex 37 48 59 26 13 0 41 D2 18 1C
Octal 67 110 131 46 23 0 101 322 30 34
Binary 110111 1001000 1011001 100110 10011 0 1000001 11010010 11000 11100

Color Harmonies of #374859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374859

Black with #374859

Text Example


Text Example

White with #374859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374859; }

 p { color: rgb(55,72,89); }

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

background-color css

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

 a { background-color: rgb(55,72,89); }

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

border-color css

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

 span { border-color: rgb(55,72,89); }

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