Html Css Color HEX #374E68 Cello

📋 copy color: '#374E68'

red 55 ◦ green 78 ◦ blue 104

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

Shades of Cello #374E68

Tints of Cello #374E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

 BLUE value IS 104 (41.02% from 255) = 43.88%

R = 23.21%
G = 32.91%
B = 43.88%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374E68 (or 0x374E68) is known color: Cello. HEX triplet: 37, 4E and 68. RGB value is (55,78,104). Sum of RGB (Red+Green+Blue) = 55+78+104=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #374E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E68 is #C8B197. Grayscale: #494949. Windows color (decimal): -13152664 or 6835767. OLE color: 6835767.

HSL color Cylindrical-coordinate representation of color #374E68: hue angle of 211.84º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #374E68 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 78 104 -
CMYK 0.47 0.25 0 0.59
HSL 211.84º 0.31% 0.31% -
HSV(B) 211.84º 0.47% 0.41% -
XYZ 6.8 7.26 14.14 -
YUV 74.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 55 78 104 0.47 0.25 0 0.59 211.84 0.31 0.31
Hex 37 4E 68 2F 19 0 3B D4 1F 1F
Octal 67 116 150 57 31 0 73 324 37 37
Binary 110111 1001110 1101000 101111 11001 0 111011 11010100 11111 11111

Color Harmonies of #374E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E68

Black with #374E68

Text Example


Text Example

White with #374E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,104); }

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

background-color css

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

 a { background-color: rgb(55,78,104); }

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

border-color css

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

 span { border-color: rgb(55,78,104); }

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