Html Css Color HEX #374D6A Cello

📋 copy color: '#374D6A'

red 55 ◦ green 77 ◦ blue 106

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

Shades of Cello #374D6A

Tints of Cello #374D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 23.11%
G = 32.35%
B = 44.54%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#374D6A (or 0x374D6A) is known color: Cello. HEX triplet: 37, 4D and 6A. RGB value is (55,77,106). Sum of RGB (Red+Green+Blue) = 55+77+106=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #374D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D6A is #C8B295. Grayscale: #494949. Windows color (decimal): -13152918 or 6966583. OLE color: 6966583.

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

Color convert

RGB 55 77 106 -
CMYK 0.48 0.27 0 0.58
HSL 214.12º 0.32% 0.32% -
HSV(B) 214.12º 0.48% 0.42% -
XYZ 6.83 7.16 14.66 -
YUV 73.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 55 77 106 0.48 0.27 0 0.58 214.12 0.32 0.32
Hex 37 4D 6A 30 1B 0 3A D6 20 20
Octal 67 115 152 60 33 0 72 326 40 40
Binary 110111 1001101 1101010 110000 11011 0 111010 11010110 100000 100000

Color Harmonies of #374D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D6A

Black with #374D6A

Text Example


Text Example

White with #374D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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