Html Css Color HEX #385B7D Matisse

📋 copy color: '#385B7D'

red 56 ◦ green 91 ◦ blue 125

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

Shades of Matisse #385B7D

Tints of Matisse #385B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

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

R = 20.59%
G = 33.46%
B = 45.96%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#385B7D (or 0x385B7D) is known color: Matisse. HEX triplet: 38, 5B and 7D. RGB value is (56,91,125). Sum of RGB (Red+Green+Blue) = 56+91+125=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #385B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B7D is #C7A482. Grayscale: #545454. Windows color (decimal): -13083779 or 8215352. OLE color: 8215352.

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

Color convert

RGB 56 91 125 -
CMYK 0.55 0.27 0 0.51
HSL 209.57º 0.38% 0.35% -
HSV(B) 209.57º 0.55% 0.49% -
XYZ 9.07 9.8 20.82 -
YUV 84.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 56 91 125 0.55 0.27 0 0.51 209.57 0.38 0.35
Hex 38 5B 7D 37 1B 0 33 D2 26 23
Octal 70 133 175 67 33 0 63 322 46 43
Binary 111000 1011011 1111101 110111 11011 0 110011 11010010 100110 100011

Color Harmonies of #385B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B7D

Black with #385B7D

Text Example


Text Example

White with #385B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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