Html Css Color HEX #38617C Matisse

📋 copy color: '#38617C'

red 56 ◦ green 97 ◦ blue 124

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

Shades of Matisse #38617C

Tints of Matisse #38617C

RGB

 RED value IS 56 (22.27% from 255) = 20.22%

 GREEN value IS 97 (38.28% from 255) = 35.02%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 20.22%
G = 35.02%
B = 44.77%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38617C (or 0x38617C) is known color: Matisse. HEX triplet: 38, 61 and 7C. RGB value is (56,97,124). Sum of RGB (Red+Green+Blue) = 56+97+124=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #38617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38617C is #C79E83. Grayscale: #575757. Windows color (decimal): -13082244 or 8151352. OLE color: 8151352.

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

Color convert

RGB 56 97 124 -
CMYK 0.55 0.22 0 0.51
HSL 203.82º 0.38% 0.35% -
HSV(B) 203.82º 0.55% 0.49% -
XYZ 9.54 10.85 20.66 -
YUV 87.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 56 97 124 0.55 0.22 0 0.51 203.82 0.38 0.35
Hex 38 61 7C 37 16 0 33 CC 26 23
Octal 70 141 174 67 26 0 63 314 46 43
Binary 111000 1100001 1111100 110111 10110 0 110011 11001100 100110 100011

Color Harmonies of #38617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38617C

Black with #38617C

Text Example


Text Example

White with #38617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38617C; }

 p { color: rgb(56,97,124); }

 H1.HeaderClassName
 {
   color: #38617C;
 }
 .AnyTagClassName
 {
   color: #38617C;
 }
</style>

background-color css

<style>
 a { background-color: #38617C; }

 a { background-color: rgb(56,97,124); }

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

border-color css

<style>
 span { border-color: #38617C; }

 span { border-color: rgb(56,97,124); }

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