Html Css Color HEX #375369 Cello

📋 copy color: '#375369'

red 55 ◦ green 83 ◦ blue 105

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

Shades of Cello #375369

Tints of Cello #375369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 105 (41.41% from 255) = 43.21%

R = 22.63%
G = 34.16%
B = 43.21%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375369 (or 0x375369) is known color: Cello. HEX triplet: 37, 53 and 69. RGB value is (55,83,105). Sum of RGB (Red+Green+Blue) = 55+83+105=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #375369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375369 is #C8AC96. Grayscale: #4D4D4D. Windows color (decimal): -13151383 or 6902583. OLE color: 6902583.

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

Color convert

RGB 55 83 105 -
CMYK 0.48 0.21 0 0.59
HSL 206.4º 0.31% 0.31% -
HSV(B) 206.4º 0.48% 0.41% -
XYZ 7.22 8.02 14.53 -
YUV 77.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 55 83 105 0.48 0.21 0 0.59 206.4 0.31 0.31
Hex 37 53 69 30 15 0 3B CE 1F 1F
Octal 67 123 151 60 25 0 73 316 37 37
Binary 110111 1010011 1101001 110000 10101 0 111011 11001110 11111 11111

Color Harmonies of #375369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375369

Black with #375369

Text Example


Text Example

White with #375369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375369; }

 p { color: rgb(55,83,105); }

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

background-color css

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

 a { background-color: rgb(55,83,105); }

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

border-color css

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

 span { border-color: rgb(55,83,105); }

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