Html Css Color HEX #374D65 Cello

📋 copy color: '#374D65'

red 55 ◦ green 77 ◦ blue 101

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

Shades of Cello #374D65

Tints of Cello #374D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.35%

R = 23.61%
G = 33.05%
B = 43.35%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#374D65 (or 0x374D65) is known color: Cello. HEX triplet: 37, 4D and 65. RGB value is (55,77,101). Sum of RGB (Red+Green+Blue) = 55+77+101=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #374D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D65 is #C8B29A. Grayscale: #494949. Windows color (decimal): -13152923 or 6638903. OLE color: 6638903.

HSL color Cylindrical-coordinate representation of color #374D65: hue angle of 211.3º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374D65 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 77 101 -
CMYK 0.46 0.24 0 0.60
HSL 211.3º 0.29% 0.31% -
HSV(B) 211.3º 0.46% 0.4% -
XYZ 6.58 7.06 13.33 -
YUV 73.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 55 77 101 0.46 0.24 0 0.60 211.3 0.29 0.31
Hex 37 4D 65 2E 18 0 3C D3 1D 1F
Octal 67 115 145 56 30 0 74 323 35 37
Binary 110111 1001101 1100101 101110 11000 0 111100 11010011 11101 11111

Color Harmonies of #374D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D65

Black with #374D65

Text Example


Text Example

White with #374D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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