Html Css Color HEX #375A7F Matisse

📋 copy color: '#375A7F'

red 55 ◦ green 90 ◦ blue 127

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

Shades of Matisse #375A7F

Tints of Matisse #375A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 20.22%
G = 33.09%
B = 46.69%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#375A7F (or 0x375A7F) is known color: Matisse. HEX triplet: 37, 5A and 7F. RGB value is (55,90,127). Sum of RGB (Red+Green+Blue) = 55+90+127=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #375A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A7F is #C8A580. Grayscale: #535353. Windows color (decimal): -13149569 or 8346167. OLE color: 8346167.

HSL color Cylindrical-coordinate representation of color #375A7F: hue angle of 210.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375A7F is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 90 127 -
CMYK 0.57 0.29 0 0.50
HSL 210.83º 0.4% 0.36% -
HSV(B) 210.83º 0.57% 0.5% -
XYZ 9.06 9.66 21.46 -
YUV 83.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 55 90 127 0.57 0.29 0 0.50 210.83 0.4 0.36
Hex 37 5A 7F 39 1D 0 32 D3 28 24
Octal 67 132 177 71 35 0 62 323 50 44
Binary 110111 1011010 1111111 111001 11101 0 110010 11010011 101000 100100

Color Harmonies of #375A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A7F

Black with #375A7F

Text Example


Text Example

White with #375A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,90,127); }

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

background-color css

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

 a { background-color: rgb(55,90,127); }

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

border-color css

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

 span { border-color: rgb(55,90,127); }

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