Html Css Color HEX #374F62 Cello

📋 copy color: '#374F62'

red 55 ◦ green 79 ◦ blue 98

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

Shades of Cello #374F62

Tints of Cello #374F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.24%

R = 23.71%
G = 34.05%
B = 42.24%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374F62 (or 0x374F62) is known color: Cello. HEX triplet: 37, 4F and 62. RGB value is (55,79,98). Sum of RGB (Red+Green+Blue) = 55+79+98=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #374F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F62 is #C8B09D. Grayscale: #494949. Windows color (decimal): -13152414 or 6442807. OLE color: 6442807.

HSL color Cylindrical-coordinate representation of color #374F62: hue angle of 206.51º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374F62 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 79 98 -
CMYK 0.44 0.19 0 0.62
HSL 206.51º 0.28% 0.3% -
HSV(B) 206.51º 0.44% 0.38% -
XYZ 6.58 7.29 12.62 -
YUV 73.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 55 79 98 0.44 0.19 0 0.62 206.51 0.28 0.3
Hex 37 4F 62 2C 13 0 3E CF 1C 1E
Octal 67 117 142 54 23 0 76 317 34 36
Binary 110111 1001111 1100010 101100 10011 0 111110 11001111 11100 11110

Color Harmonies of #374F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F62

Black with #374F62

Text Example


Text Example

White with #374F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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