Html Css Color HEX #375F8B Matisse

📋 copy color: '#375F8B'

red 55 ◦ green 95 ◦ blue 139

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

Shades of Matisse #375F8B

Tints of Matisse #375F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 19.03%
G = 32.87%
B = 48.1%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#375F8B (or 0x375F8B) is known color: Matisse. HEX triplet: 37, 5F and 8B. RGB value is (55,95,139). Sum of RGB (Red+Green+Blue) = 55+95+139=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #375F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F8B is #C8A074. Grayscale: #575757. Windows color (decimal): -13148277 or 9133879. OLE color: 9133879.

HSL color Cylindrical-coordinate representation of color #375F8B: hue angle of 211.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375F8B is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 95 139 -
CMYK 0.60 0.32 0 0.45
HSL 211.43º 0.43% 0.38% -
HSV(B) 211.43º 0.6% 0.55% -
XYZ 10.33 10.86 25.98 -
YUV 88.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 55 95 139 0.60 0.32 0 0.45 211.43 0.43 0.38
Hex 37 5F 8B 3C 20 0 2D D3 2B 26
Octal 67 137 213 74 40 0 55 323 53 46
Binary 110111 1011111 10001011 111100 100000 0 101101 11010011 101011 100110

Color Harmonies of #375F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F8B

Black with #375F8B

Text Example


Text Example

White with #375F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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