Html Css Color HEX #375C55 Blue Dianne

📋 copy color: '#375C55'

red 55 ◦ green 92 ◦ blue 85

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

Shades of Blue Dianne #375C55

Tints of Blue Dianne #375C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.66%

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 23.71%
G = 39.66%
B = 36.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#375C55 (or 0x375C55) is known color: Blue Dianne. HEX triplet: 37, 5C and 55. RGB value is (55,92,85). Sum of RGB (Red+Green+Blue) = 55+92+85=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #375C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C55 is #C8A3AA. Grayscale: #505050. Windows color (decimal): -13149099 or 5594167. OLE color: 5594167.

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

Color convert

RGB 55 92 85 -
CMYK 0.40 0 0.08 0.64
HSL 168.65º 0.25% 0.29% -
HSV(B) 168.65º 0.4% 0.36% -
XYZ 7.04 9.12 9.98 -
YUV 80.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 55 92 85 0.40 0 0.08 0.64 168.65 0.25 0.29
Hex 37 5C 55 28 0 8 40 A9 19 1D
Octal 67 134 125 50 0 10 100 251 31 35
Binary 110111 1011100 1010101 101000 0 1000 1000000 10101001 11001 11101

Color Harmonies of #375C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C55

Black with #375C55

Text Example


Text Example

White with #375C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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