Html Css Color HEX #374A5E Cello

📋 copy color: '#374A5E'

red 55 ◦ green 74 ◦ blue 94

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

Shades of Cello #374A5E

Tints of Cello #374A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 24.66%
G = 33.18%
B = 42.15%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#374A5E (or 0x374A5E) is known color: Cello. HEX triplet: 37, 4A and 5E. RGB value is (55,74,94). Sum of RGB (Red+Green+Blue) = 55+74+94=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #374A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A5E is #C8B5A1. Grayscale: #464646. Windows color (decimal): -13153698 or 6179383. OLE color: 6179383.

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

Color convert

RGB 55 74 94 -
CMYK 0.41 0.21 0 0.63
HSL 210.77º 0.26% 0.29% -
HSV(B) 210.77º 0.41% 0.37% -
XYZ 6.04 6.52 11.53 -
YUV 70.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 55 74 94 0.41 0.21 0 0.63 210.77 0.26 0.29
Hex 37 4A 5E 29 15 0 3F D3 1A 1D
Octal 67 112 136 51 25 0 77 323 32 35
Binary 110111 1001010 1011110 101001 10101 0 111111 11010011 11010 11101

Color Harmonies of #374A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A5E

Black with #374A5E

Text Example


Text Example

White with #374A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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