Html Css Color HEX #374F6E Cello

📋 copy color: '#374F6E'

red 55 ◦ green 79 ◦ blue 110

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

Shades of Cello #374F6E

Tints of Cello #374F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.08%

R = 22.54%
G = 32.38%
B = 45.08%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#374F6E (or 0x374F6E) is known color: Cello. HEX triplet: 37, 4F and 6E. RGB value is (55,79,110). Sum of RGB (Red+Green+Blue) = 55+79+110=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #374F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F6E is #C8B091. Grayscale: #4B4B4B. Windows color (decimal): -13152402 or 7229239. OLE color: 7229239.

HSL color Cylindrical-coordinate representation of color #374F6E: hue angle of 213.82º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #374F6E is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 79 110 -
CMYK 0.5 0.28 0 0.57
HSL 213.82º 0.33% 0.32% -
HSV(B) 213.82º 0.5% 0.43% -
XYZ 7.19 7.53 15.83 -
YUV 75.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 55 79 110 0.5 0.28 0 0.57 213.82 0.33 0.32
Hex 37 4F 6E 32 1C 0 39 D6 21 20
Octal 67 117 156 62 34 0 71 326 41 40
Binary 110111 1001111 1101110 110010 11100 0 111001 11010110 100001 100000

Color Harmonies of #374F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F6E

Black with #374F6E

Text Example


Text Example

White with #374F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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