Html Css Color HEX #374F5C Cello

📋 copy color: '#374F5C'

red 55 ◦ green 79 ◦ blue 92

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

Shades of Cello #374F5C

Tints of Cello #374F5C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 24.34%
G = 34.96%
B = 40.71%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#374F5C (or 0x374F5C) is known color: Cello. HEX triplet: 37, 4F and 5C. RGB value is (55,79,92). Sum of RGB (Red+Green+Blue) = 55+79+92=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #374F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F5C is #C8B0A3. Grayscale: #494949. Windows color (decimal): -13152420 or 6049591. OLE color: 6049591.

HSL color Cylindrical-coordinate representation of color #374F5C: hue angle of 201.08º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #374F5C is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 79 92 -
CMYK 0.40 0.14 0 0.64
HSL 201.08º 0.25% 0.29% -
HSV(B) 201.08º 0.4% 0.36% -
XYZ 6.3 7.18 11.18 -
YUV 73.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 55 79 92 0.40 0.14 0 0.64 201.08 0.25 0.29
Hex 37 4F 5C 28 E 0 40 C9 19 1D
Octal 67 117 134 50 16 0 100 311 31 35
Binary 110111 1001111 1011100 101000 1110 0 1000000 11001001 11001 11101

Color Harmonies of #374F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F5C

Black with #374F5C

Text Example


Text Example

White with #374F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,92); }

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

background-color css

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

 a { background-color: rgb(55,79,92); }

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

border-color css

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

 span { border-color: rgb(55,79,92); }

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