Html Css Color HEX #374D68 Cello

📋 copy color: '#374D68'

red 55 ◦ green 77 ◦ blue 104

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

Shades of Cello #374D68

Tints of Cello #374D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.63%

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

R = 23.31%
G = 32.63%
B = 44.07%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374D68 (or 0x374D68) is known color: Cello. HEX triplet: 37, 4D and 68. RGB value is (55,77,104). Sum of RGB (Red+Green+Blue) = 55+77+104=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #374D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D68 is #C8B297. Grayscale: #494949. Windows color (decimal): -13152920 or 6835511. OLE color: 6835511.

HSL color Cylindrical-coordinate representation of color #374D68: hue angle of 213.06º 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 #374D68 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 77 104 -
CMYK 0.47 0.26 0 0.59
HSL 213.06º 0.31% 0.31% -
HSV(B) 213.06º 0.47% 0.41% -
XYZ 6.73 7.12 14.12 -
YUV 73.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 55 77 104 0.47 0.26 0 0.59 213.06 0.31 0.31
Hex 37 4D 68 2F 1A 0 3B D5 1F 1F
Octal 67 115 150 57 32 0 73 325 37 37
Binary 110111 1001101 1101000 101111 11010 0 111011 11010101 11111 11111

Color Harmonies of #374D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D68

Black with #374D68

Text Example


Text Example

White with #374D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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