Html Css Color HEX #374A5C Cello

📋 copy color: '#374A5C'

red 55 ◦ green 74 ◦ blue 92

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

Shades of Cello #374A5C

Tints of Cello #374A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 24.89%
G = 33.48%
B = 41.63%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#374A5C (or 0x374A5C) is known color: Cello. HEX triplet: 37, 4A and 5C. RGB value is (55,74,92). Sum of RGB (Red+Green+Blue) = 55+74+92=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #374A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A5C is #C8B5A3. Grayscale: #464646. Windows color (decimal): -13153700 or 6048311. OLE color: 6048311.

HSL color Cylindrical-coordinate representation of color #374A5C: hue angle of 209.19º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #374A5C is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 74 92 -
CMYK 0.40 0.20 0 0.64
HSL 209.19º 0.25% 0.29% -
HSV(B) 209.19º 0.4% 0.36% -
XYZ 5.96 6.48 11.06 -
YUV 70.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 55 74 92 0.40 0.20 0 0.64 209.19 0.25 0.29
Hex 37 4A 5C 28 14 0 40 D1 19 1D
Octal 67 112 134 50 24 0 100 321 31 35
Binary 110111 1001010 1011100 101000 10100 0 1000000 11010001 11001 11101

Color Harmonies of #374A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A5C

Black with #374A5C

Text Example


Text Example

White with #374A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,74,92); }

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

background-color css

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

 a { background-color: rgb(55,74,92); }

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

border-color css

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

 span { border-color: rgb(55,74,92); }

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