#374A63

Color #374A63 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #374A63

Tints of Cello #374A63

Color information

#374A63 (or 0x374A63) is unknown color: approx Cello. HEX triplet: 37, 4A and 63. RGB value is (55,74,99). Sum of RGB (Red+Green+Blue) = 55+74+99=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #374A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A63 is #C8B59C. Grayscale: #474747. Windows color (decimal): -13153693 or 6507063. OLE color: 6507063.

HSL color Cylindrical-coordinate representation of color #374A63: hue angle of 214.09º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374A63 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB557499-
CMYK0.440.2500.61
HSL214.09º28.57%30.2%-
HSV(B)214.09º44.44%38.82%-
XYZ6.286.6112.75-
YUV71.17143.71116.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=24.12%
G=32.46%
B=43.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5574990.440.2500.61214.0928.5730.2
Hex374A632C1903Dd61d1e
Octal6711214354310753263536
Binary11011110010101100011101100110010111101110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,99); }

 H1.HeaderClassName
 {
   color: #374A63;
 }
 .AnyTagClassName
 {
   color: #374A63;
 }
</style>
background-color css

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

 a { background-color: rgb(55,74,99); }

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

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

 span { border-color: rgb(55,74,99); }

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