Html Css Color HEX #374B5C Cello

📋 copy color: '#374B5C'

red 55 ◦ green 75 ◦ blue 92

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

Shades of Cello #374B5C

Tints of Cello #374B5C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.78%

 BLUE value IS 92 (36.33% from 255) = 41.44%

R = 24.77%
G = 33.78%
B = 41.44%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#374B5C (or 0x374B5C) is known color: Cello. HEX triplet: 37, 4B and 5C. RGB value is (55,75,92). Sum of RGB (Red+Green+Blue) = 55+75+92=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #374B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B5C is #C8B4A3. Grayscale: #464646. Windows color (decimal): -13153444 or 6048567. OLE color: 6048567.

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

Color convert

RGB 55 75 92 -
CMYK 0.40 0.18 0 0.64
HSL 207.57º 0.25% 0.29% -
HSV(B) 207.57º 0.4% 0.36% -
XYZ 6.02 6.62 11.08 -
YUV 70.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 55 75 92 0.40 0.18 0 0.64 207.57 0.25 0.29
Hex 37 4B 5C 28 12 0 40 D0 19 1D
Octal 67 113 134 50 22 0 100 320 31 35
Binary 110111 1001011 1011100 101000 10010 0 1000000 11010000 11001 11101

Color Harmonies of #374B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B5C

Black with #374B5C

Text Example


Text Example

White with #374B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,92); }

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

background-color css

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

 a { background-color: rgb(55,75,92); }

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

border-color css

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

 span { border-color: rgb(55,75,92); }

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