Html Css Color HEX #374C68 Cello

📋 copy color: '#374C68'

red 55 ◦ green 76 ◦ blue 104

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

Shades of Cello #374C68

Tints of Cello #374C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

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

R = 23.4%
G = 32.34%
B = 44.26%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374C68 (or 0x374C68) is known color: Cello. HEX triplet: 37, 4C and 68. RGB value is (55,76,104). Sum of RGB (Red+Green+Blue) = 55+76+104=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #374C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C68 is #C8B397. Grayscale: #484848. Windows color (decimal): -13153176 or 6835255. OLE color: 6835255.

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

Color convert

RGB 55 76 104 -
CMYK 0.47 0.27 0 0.59
HSL 214.29º 0.31% 0.31% -
HSV(B) 214.29º 0.47% 0.41% -
XYZ 6.66 6.98 14.09 -
YUV 72.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 55 76 104 0.47 0.27 0 0.59 214.29 0.31 0.31
Hex 37 4C 68 2F 1B 0 3B D6 1F 1F
Octal 67 114 150 57 33 0 73 326 37 37
Binary 110111 1001100 1101000 101111 11011 0 111011 11010110 11111 11111

Color Harmonies of #374C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C68

Black with #374C68

Text Example


Text Example

White with #374C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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