Html Css Color HEX #374C5F Cello

📋 copy color: '#374C5F'

red 55 ◦ green 76 ◦ blue 95

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

Shades of Cello #374C5F

Tints of Cello #374C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 24.34%
G = 33.63%
B = 42.04%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#374C5F (or 0x374C5F) is known color: Cello. HEX triplet: 37, 4C and 5F. RGB value is (55,76,95). Sum of RGB (Red+Green+Blue) = 55+76+95=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #374C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C5F is #C8B3A0. Grayscale: #474747. Windows color (decimal): -13153185 or 6245431. OLE color: 6245431.

HSL color Cylindrical-coordinate representation of color #374C5F: hue angle of 208.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #374C5F is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 76 95 -
CMYK 0.42 0.20 0 0.63
HSL 208.5º 0.27% 0.29% -
HSV(B) 208.5º 0.42% 0.37% -
XYZ 6.23 6.81 11.81 -
YUV 71.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 55 76 95 0.42 0.20 0 0.63 208.5 0.27 0.29
Hex 37 4C 5F 2A 14 0 3F D0 1B 1D
Octal 67 114 137 52 24 0 77 320 33 35
Binary 110111 1001100 1011111 101010 10100 0 111111 11010000 11011 11101

Color Harmonies of #374C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C5F

Black with #374C5F

Text Example


Text Example

White with #374C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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