Html Css Color HEX #374F63 Cello

📋 copy color: '#374F63'

red 55 ◦ green 79 ◦ blue 99

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

Shades of Cello #374F63

Tints of Cello #374F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 23.61%
G = 33.91%
B = 42.49%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#374F63 (or 0x374F63) is known color: Cello. HEX triplet: 37, 4F and 63. RGB value is (55,79,99). Sum of RGB (Red+Green+Blue) = 55+79+99=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #374F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F63 is #C8B09C. Grayscale: #4A4A4A. Windows color (decimal): -13152413 or 6508343. OLE color: 6508343.

HSL color Cylindrical-coordinate representation of color #374F63: hue angle of 207.27º 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 #374F63 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 79 99 -
CMYK 0.44 0.20 0 0.61
HSL 207.27º 0.29% 0.3% -
HSV(B) 207.27º 0.44% 0.39% -
XYZ 6.62 7.31 12.87 -
YUV 74.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 55 79 99 0.44 0.20 0 0.61 207.27 0.29 0.3
Hex 37 4F 63 2C 14 0 3D CF 1D 1E
Octal 67 117 143 54 24 0 75 317 35 36
Binary 110111 1001111 1100011 101100 10100 0 111101 11001111 11101 11110

Color Harmonies of #374F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F63

Black with #374F63

Text Example


Text Example

White with #374F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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