Html Css Color HEX #374A5B Cello

📋 copy color: '#374A5B'

red 55 ◦ green 74 ◦ blue 91

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

Shades of Cello #374A5B

Tints of Cello #374A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 25%
G = 33.64%
B = 41.36%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#374A5B (or 0x374A5B) is known color: Cello. HEX triplet: 37, 4A and 5B. RGB value is (55,74,91). Sum of RGB (Red+Green+Blue) = 55+74+91=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #374A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A5B is #C8B5A4. Grayscale: #464646. Windows color (decimal): -13153701 or 5982775. OLE color: 5982775.

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

Color convert

RGB 55 74 91 -
CMYK 0.40 0.19 0 0.64
HSL 208.33º 0.25% 0.29% -
HSV(B) 208.33º 0.4% 0.36% -
XYZ 5.91 6.47 10.83 -
YUV 70.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 55 74 91 0.40 0.19 0 0.64 208.33 0.25 0.29
Hex 37 4A 5B 28 13 0 40 D0 19 1D
Octal 67 112 133 50 23 0 100 320 31 35
Binary 110111 1001010 1011011 101000 10011 0 1000000 11010000 11001 11101

Color Harmonies of #374A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A5B

Black with #374A5B

Text Example


Text Example

White with #374A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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