Html Css Color HEX #375F7A Matisse

📋 copy color: '#375F7A'

red 55 ◦ green 95 ◦ blue 122

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

Shades of Matisse #375F7A

Tints of Matisse #375F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 20.22%
G = 34.93%
B = 44.85%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#375F7A (or 0x375F7A) is known color: Matisse. HEX triplet: 37, 5F and 7A. RGB value is (55,95,122). Sum of RGB (Red+Green+Blue) = 55+95+122=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #375F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F7A is #C8A085. Grayscale: #555555. Windows color (decimal): -13148294 or 8019767. OLE color: 8019767.

HSL color Cylindrical-coordinate representation of color #375F7A: hue angle of 204.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375F7A is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 95 122 -
CMYK 0.55 0.22 0 0.52
HSL 204.18º 0.38% 0.35% -
HSV(B) 204.18º 0.55% 0.48% -
XYZ 9.18 10.4 19.94 -
YUV 86.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 55 95 122 0.55 0.22 0 0.52 204.18 0.38 0.35
Hex 37 5F 7A 37 16 0 34 CC 26 23
Octal 67 137 172 67 26 0 64 314 46 43
Binary 110111 1011111 1111010 110111 10110 0 110100 11001100 100110 100011

Color Harmonies of #375F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F7A

Black with #375F7A

Text Example


Text Example

White with #375F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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