Html Css Color HEX #374965 Cello

📋 copy color: '#374965'

red 55 ◦ green 73 ◦ blue 101

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

Shades of Cello #374965

Tints of Cello #374965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 24.02%
G = 31.88%
B = 44.1%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#374965 (or 0x374965) is known color: Cello. HEX triplet: 37, 49 and 65. RGB value is (55,73,101). Sum of RGB (Red+Green+Blue) = 55+73+101=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #374965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374965 is #C8B69A. Grayscale: #464646. Windows color (decimal): -13153947 or 6637879. OLE color: 6637879.

HSL color Cylindrical-coordinate representation of color #374965: hue angle of 216.52º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374965 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 73 101 -
CMYK 0.46 0.28 0 0.60
HSL 216.52º 0.29% 0.31% -
HSV(B) 216.52º 0.46% 0.4% -
XYZ 6.31 6.52 13.24 -
YUV 70.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 55 73 101 0.46 0.28 0 0.60 216.52 0.29 0.31
Hex 37 49 65 2E 1C 0 3C D9 1D 1F
Octal 67 111 145 56 34 0 74 331 35 37
Binary 110111 1001001 1100101 101110 11100 0 111100 11011001 11101 11111

Color Harmonies of #374965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374965

Black with #374965

Text Example


Text Example

White with #374965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374965; }

 p { color: rgb(55,73,101); }

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

background-color css

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

 a { background-color: rgb(55,73,101); }

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

border-color css

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

 span { border-color: rgb(55,73,101); }

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