Html Css Color HEX #375F83 Matisse

📋 copy color: '#375F83'

red 55 ◦ green 95 ◦ blue 131

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

Shades of Matisse #375F83

Tints of Matisse #375F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

 BLUE value IS 131 (51.56% from 255) = 46.62%

R = 19.57%
G = 33.81%
B = 46.62%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375F83 (or 0x375F83) is known color: Matisse. HEX triplet: 37, 5F and 83. RGB value is (55,95,131). Sum of RGB (Red+Green+Blue) = 55+95+131=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #375F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F83 is #C8A07C. Grayscale: #565656. Windows color (decimal): -13148285 or 8609591. OLE color: 8609591.

HSL color Cylindrical-coordinate representation of color #375F83: hue angle of 208.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375F83 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 95 131 -
CMYK 0.58 0.27 0 0.49
HSL 208.42º 0.41% 0.36% -
HSV(B) 208.42º 0.58% 0.51% -
XYZ 9.76 10.64 23.01 -
YUV 87.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 55 95 131 0.58 0.27 0 0.49 208.42 0.41 0.36
Hex 37 5F 83 3A 1B 0 31 D0 29 24
Octal 67 137 203 72 33 0 61 320 51 44
Binary 110111 1011111 10000011 111010 11011 0 110001 11010000 101001 100100

Color Harmonies of #375F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F83

Black with #375F83

Text Example


Text Example

White with #375F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,95,131); }

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

background-color css

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

 a { background-color: rgb(55,95,131); }

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

border-color css

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

 span { border-color: rgb(55,95,131); }

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