Html Css Color HEX #374F5D Cello

📋 copy color: '#374F5D'

red 55 ◦ green 79 ◦ blue 93

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

Shades of Cello #374F5D

Tints of Cello #374F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 24.23%
G = 34.8%
B = 40.97%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#374F5D (or 0x374F5D) is known color: Cello. HEX triplet: 37, 4F and 5D. RGB value is (55,79,93). Sum of RGB (Red+Green+Blue) = 55+79+93=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #374F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F5D is #C8B0A2. Grayscale: #494949. Windows color (decimal): -13152419 or 6115127. OLE color: 6115127.

HSL color Cylindrical-coordinate representation of color #374F5D: hue angle of 202.11º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #374F5D is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 79 93 -
CMYK 0.41 0.15 0 0.64
HSL 202.11º 0.26% 0.29% -
HSV(B) 202.11º 0.41% 0.36% -
XYZ 6.35 7.19 11.41 -
YUV 73.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 55 79 93 0.41 0.15 0 0.64 202.11 0.26 0.29
Hex 37 4F 5D 29 F 0 40 CA 1A 1D
Octal 67 117 135 51 17 0 100 312 32 35
Binary 110111 1001111 1011101 101001 1111 0 1000000 11001010 11010 11101

Color Harmonies of #374F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F5D

Black with #374F5D

Text Example


Text Example

White with #374F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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