Html Css Color HEX #374A63 Cello

📋 copy color: '#374A63'

red 55 ◦ green 74 ◦ blue 99

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

Shades of Cello #374A63

Tints of Cello #374A63

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#374A63 (or 0x374A63) is known color: 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

RGB 55 74 99 -
CMYK 0.44 0.25 0 0.61
HSL 214.09º 0.29% 0.3% -
HSV(B) 214.09º 0.44% 0.39% -
XYZ 6.28 6.61 12.75 -
YUV 71.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 55 74 99 0.44 0.25 0 0.61 214.09 0.29 0.3
Hex 37 4A 63 2C 19 0 3D D6 1D 1E
Octal 67 112 143 54 31 0 75 326 35 36
Binary 110111 1001010 1100011 101100 11001 0 111101 11010110 11101 11110

Color Harmonies of #374A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A63

Black with #374A63

Text Example


Text Example

White with #374A63

Text Example


Text Example

HTML Codes & Css Web 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>