Html Css Color HEX #375468 Cello

📋 copy color: '#375468'

red 55 ◦ green 84 ◦ blue 104

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

Shades of Cello #375468

Tints of Cello #375468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.57%

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 22.63%
G = 34.57%
B = 42.8%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375468 (or 0x375468) is known color: Cello. HEX triplet: 37, 54 and 68. RGB value is (55,84,104). Sum of RGB (Red+Green+Blue) = 55+84+104=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #375468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375468 is #C8AB97. Grayscale: #4D4D4D. Windows color (decimal): -13151128 or 6837303. OLE color: 6837303.

HSL color Cylindrical-coordinate representation of color #375468: hue angle of 204.49º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375468 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 84 104 -
CMYK 0.47 0.19 0 0.59
HSL 204.49º 0.31% 0.31% -
HSV(B) 204.49º 0.47% 0.41% -
XYZ 7.24 8.15 14.29 -
YUV 77.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 55 84 104 0.47 0.19 0 0.59 204.49 0.31 0.31
Hex 37 54 68 2F 13 0 3B CC 1F 1F
Octal 67 124 150 57 23 0 73 314 37 37
Binary 110111 1010100 1101000 101111 10011 0 111011 11001100 11111 11111

Color Harmonies of #375468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375468

Black with #375468

Text Example


Text Example

White with #375468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375468; }

 p { color: rgb(55,84,104); }

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

background-color css

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

 a { background-color: rgb(55,84,104); }

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

border-color css

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

 span { border-color: rgb(55,84,104); }

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