Html Css Color HEX #375D88 Matisse

📋 copy color: '#375D88'

red 55 ◦ green 93 ◦ blue 136

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

Shades of Matisse #375D88

Tints of Matisse #375D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.89%

R = 19.37%
G = 32.75%
B = 47.89%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#375D88 (or 0x375D88) is known color: Matisse. HEX triplet: 37, 5D and 88. RGB value is (55,93,136). Sum of RGB (Red+Green+Blue) = 55+93+136=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #375D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D88 is #C8A277. Grayscale: #565656. Windows color (decimal): -13148792 or 8936759. OLE color: 8936759.

HSL color Cylindrical-coordinate representation of color #375D88: hue angle of 211.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375D88 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 93 136 -
CMYK 0.60 0.32 0 0.47
HSL 211.85º 0.42% 0.37% -
HSV(B) 211.85º 0.6% 0.53% -
XYZ 9.93 10.42 24.78 -
YUV 86.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 55 93 136 0.60 0.32 0 0.47 211.85 0.42 0.37
Hex 37 5D 88 3C 20 0 2F D4 2A 25
Octal 67 135 210 74 40 0 57 324 52 45
Binary 110111 1011101 10001000 111100 100000 0 101111 11010100 101010 100101

Color Harmonies of #375D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D88

Black with #375D88

Text Example


Text Example

White with #375D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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