Html Css Color HEX #375E88 Matisse

📋 copy color: '#375E88'

red 55 ◦ green 94 ◦ blue 136

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

Shades of Matisse #375E88

Tints of Matisse #375E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

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

R = 19.3%
G = 32.98%
B = 47.72%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#375E88 (or 0x375E88) is known color: Matisse. HEX triplet: 37, 5E and 88. RGB value is (55,94,136). Sum of RGB (Red+Green+Blue) = 55+94+136=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #375E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E88 is #C8A177. Grayscale: #565656. Windows color (decimal): -13148536 or 8937015. OLE color: 8937015.

HSL color Cylindrical-coordinate representation of color #375E88: hue angle of 211.11º 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 #375E88 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 94 136 -
CMYK 0.60 0.31 0 0.47
HSL 211.11º 0.42% 0.37% -
HSV(B) 211.11º 0.6% 0.53% -
XYZ 10.02 10.6 24.81 -
YUV 87.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 55 94 136 0.60 0.31 0 0.47 211.11 0.42 0.37
Hex 37 5E 88 3C 1F 0 2F D3 2A 25
Octal 67 136 210 74 37 0 57 323 52 45
Binary 110111 1011110 10001000 111100 11111 0 101111 11010011 101010 100101

Color Harmonies of #375E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E88

Black with #375E88

Text Example


Text Example

White with #375E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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