Html Css Color HEX #374A5A Cello

📋 copy color: '#374A5A'

red 55 ◦ green 74 ◦ blue 90

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

Shades of Cello #374A5A

Tints of Cello #374A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 25.11%
G = 33.79%
B = 41.1%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374A5A (or 0x374A5A) is known color: Cello. HEX triplet: 37, 4A and 5A. RGB value is (55,74,90). Sum of RGB (Red+Green+Blue) = 55+74+90=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #374A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A5A is #C8B5A5. Grayscale: #464646. Windows color (decimal): -13153702 or 5917239. OLE color: 5917239.

HSL color Cylindrical-coordinate representation of color #374A5A: hue angle of 207.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #374A5A is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 74 90 -
CMYK 0.39 0.18 0 0.65
HSL 207.43º 0.24% 0.28% -
HSV(B) 207.43º 0.39% 0.35% -
XYZ 5.87 6.45 10.61 -
YUV 70.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 55 74 90 0.39 0.18 0 0.65 207.43 0.24 0.28
Hex 37 4A 5A 27 12 0 41 CF 18 1C
Octal 67 112 132 47 22 0 101 317 30 34
Binary 110111 1001010 1011010 100111 10010 0 1000001 11001111 11000 11100

Color Harmonies of #374A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A5A

Black with #374A5A

Text Example


Text Example

White with #374A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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