Html Css Color HEX #38587E Matisse

📋 copy color: '#38587E'

red 56 ◦ green 88 ◦ blue 126

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

Shades of Matisse #38587E

Tints of Matisse #38587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 20.74%
G = 32.59%
B = 46.67%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38587E (or 0x38587E) is known color: Matisse. HEX triplet: 38, 58 and 7E. RGB value is (56,88,126). Sum of RGB (Red+Green+Blue) = 56+88+126=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #38587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38587E is #C7A781. Grayscale: #525252. Windows color (decimal): -13084546 or 8280120. OLE color: 8280120.

HSL color Cylindrical-coordinate representation of color #38587E: hue angle of 212.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38587E is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 88 126 -
CMYK 0.56 0.30 0 0.51
HSL 212.57º 0.38% 0.36% -
HSV(B) 212.57º 0.56% 0.49% -
XYZ 8.89 9.33 21.07 -
YUV 82.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 56 88 126 0.56 0.30 0 0.51 212.57 0.38 0.36
Hex 38 58 7E 38 1E 0 33 D5 26 24
Octal 70 130 176 70 36 0 63 325 46 44
Binary 111000 1011000 1111110 111000 11110 0 110011 11010101 100110 100100

Color Harmonies of #38587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38587E

Black with #38587E

Text Example


Text Example

White with #38587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38587E; }

 p { color: rgb(56,88,126); }

 H1.HeaderClassName
 {
   color: #38587E;
 }
 .AnyTagClassName
 {
   color: #38587E;
 }
</style>

background-color css

<style>
 a { background-color: #38587E; }

 a { background-color: rgb(56,88,126); }

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

border-color css

<style>
 span { border-color: #38587E; }

 span { border-color: rgb(56,88,126); }

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