Html Css Color HEX #385C84 Matisse

📋 copy color: '#385C84'

red 56 ◦ green 92 ◦ blue 132

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

Shades of Matisse #385C84

Tints of Matisse #385C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.86%

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 20%
G = 32.86%
B = 47.14%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#385C84 (or 0x385C84) is known color: Matisse. HEX triplet: 38, 5C and 84. RGB value is (56,92,132). Sum of RGB (Red+Green+Blue) = 56+92+132=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #385C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C84 is #C7A37B. Grayscale: #555555. Windows color (decimal): -13083516 or 8674360. OLE color: 8674360.

HSL color Cylindrical-coordinate representation of color #385C84: hue angle of 211.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385C84 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 92 132 -
CMYK 0.58 0.30 0 0.48
HSL 211.58º 0.4% 0.37% -
HSV(B) 211.58º 0.58% 0.52% -
XYZ 9.62 10.16 23.28 -
YUV 85.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 56 92 132 0.58 0.30 0 0.48 211.58 0.4 0.37
Hex 38 5C 84 3A 1E 0 30 D4 28 25
Octal 70 134 204 72 36 0 60 324 50 45
Binary 111000 1011100 10000100 111010 11110 0 110000 11010100 101000 100101

Color Harmonies of #385C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C84

Black with #385C84

Text Example


Text Example

White with #385C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385C84; }

 p { color: rgb(56,92,132); }

 H1.HeaderClassName
 {
   color: #385C84;
 }
 .AnyTagClassName
 {
   color: #385C84;
 }
</style>

background-color css

<style>
 a { background-color: #385C84; }

 a { background-color: rgb(56,92,132); }

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

border-color css

<style>
 span { border-color: #385C84; }

 span { border-color: rgb(56,92,132); }

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