Html Css Color HEX #38597D Matisse

📋 copy color: '#38597D'

red 56 ◦ green 89 ◦ blue 125

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

Shades of Matisse #38597D

Tints of Matisse #38597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 20.74%
G = 32.96%
B = 46.3%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38597D (or 0x38597D) is known color: Matisse. HEX triplet: 38, 59 and 7D. RGB value is (56,89,125). Sum of RGB (Red+Green+Blue) = 56+89+125=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #38597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38597D is #C7A682. Grayscale: #535353. Windows color (decimal): -13084291 or 8214840. OLE color: 8214840.

HSL color Cylindrical-coordinate representation of color #38597D: hue angle of 211.3º 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 #38597D is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 89 125 -
CMYK 0.55 0.29 0 0.51
HSL 211.3º 0.38% 0.35% -
HSV(B) 211.3º 0.55% 0.49% -
XYZ 8.9 9.47 20.76 -
YUV 83.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 56 89 125 0.55 0.29 0 0.51 211.3 0.38 0.35
Hex 38 59 7D 37 1D 0 33 D3 26 23
Octal 70 131 175 67 35 0 63 323 46 43
Binary 111000 1011001 1111101 110111 11101 0 110011 11010011 100110 100011

Color Harmonies of #38597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38597D

Black with #38597D

Text Example


Text Example

White with #38597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38597D; }

 p { color: rgb(56,89,125); }

 H1.HeaderClassName
 {
   color: #38597D;
 }
 .AnyTagClassName
 {
   color: #38597D;
 }
</style>

background-color css

<style>
 a { background-color: #38597D; }

 a { background-color: rgb(56,89,125); }

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

border-color css

<style>
 span { border-color: #38597D; }

 span { border-color: rgb(56,89,125); }

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