Html Css Color HEX #374A5D Cello

📋 copy color: '#374A5D'

red 55 ◦ green 74 ◦ blue 93

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

Shades of Cello #374A5D

Tints of Cello #374A5D

RGB

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

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

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

R = 24.77%
G = 33.33%
B = 41.89%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#374A5D (or 0x374A5D) is known color: Cello. HEX triplet: 37, 4A and 5D. RGB value is (55,74,93). Sum of RGB (Red+Green+Blue) = 55+74+93=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #374A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A5D is #C8B5A2. Grayscale: #464646. Windows color (decimal): -13153699 or 6113847. OLE color: 6113847.

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

Color convert

RGB 55 74 93 -
CMYK 0.41 0.20 0 0.64
HSL 210º 0.26% 0.29% -
HSV(B) 210º 0.41% 0.36% -
XYZ 6 6.5 11.29 -
YUV 70.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 55 74 93 0.41 0.20 0 0.64 210 0.26 0.29
Hex 37 4A 5D 29 14 0 40 D2 1A 1D
Octal 67 112 135 51 24 0 100 322 32 35
Binary 110111 1001010 1011101 101001 10100 0 1000000 11010010 11010 11101

Color Harmonies of #374A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A5D

Black with #374A5D

Text Example


Text Example

White with #374A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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