Html Css Color HEX #375D73 Blumine

📋 copy color: '#375D73'

red 55 ◦ green 93 ◦ blue 115

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

Shades of Blumine #375D73

Tints of Blumine #375D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 20.91%
G = 35.36%
B = 43.73%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375D73 (or 0x375D73) is known color: Blumine. HEX triplet: 37, 5D and 73. RGB value is (55,93,115). Sum of RGB (Red+Green+Blue) = 55+93+115=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #375D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D73 is #C8A28C. Grayscale: #545454. Windows color (decimal): -13148813 or 7560503. OLE color: 7560503.

HSL color Cylindrical-coordinate representation of color #375D73: hue angle of 202º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375D73 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 93 115 -
CMYK 0.52 0.19 0 0.55
HSL 202º 0.35% 0.33% -
HSV(B) 202º 0.52% 0.45% -
XYZ 8.58 9.88 17.67 -
YUV 84.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 55 93 115 0.52 0.19 0 0.55 202 0.35 0.33
Hex 37 5D 73 34 13 0 37 CA 23 21
Octal 67 135 163 64 23 0 67 312 43 41
Binary 110111 1011101 1110011 110100 10011 0 110111 11001010 100011 100001

Color Harmonies of #375D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D73

Black with #375D73

Text Example


Text Example

White with #375D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,93,115); }

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

background-color css

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

 a { background-color: rgb(55,93,115); }

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

border-color css

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

 span { border-color: rgb(55,93,115); }

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