Html Css Color HEX #374E6B Cello

📋 copy color: '#374E6B'

red 55 ◦ green 78 ◦ blue 107

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

Shades of Cello #374E6B

Tints of Cello #374E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 22.92%
G = 32.5%
B = 44.58%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#374E6B (or 0x374E6B) is known color: Cello. HEX triplet: 37, 4E and 6B. RGB value is (55,78,107). Sum of RGB (Red+Green+Blue) = 55+78+107=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #374E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E6B is #C8B194. Grayscale: #4A4A4A. Windows color (decimal): -13152661 or 7032375. OLE color: 7032375.

HSL color Cylindrical-coordinate representation of color #374E6B: hue angle of 213.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374E6B is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 78 107 -
CMYK 0.49 0.27 0 0.58
HSL 213.46º 0.32% 0.32% -
HSV(B) 213.46º 0.49% 0.42% -
XYZ 6.95 7.32 14.96 -
YUV 74.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 55 78 107 0.49 0.27 0 0.58 213.46 0.32 0.32
Hex 37 4E 6B 31 1B 0 3A D5 20 20
Octal 67 116 153 61 33 0 72 325 40 40
Binary 110111 1001110 1101011 110001 11011 0 111010 11010101 100000 100000

Color Harmonies of #374E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E6B

Black with #374E6B

Text Example


Text Example

White with #374E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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