Html Css Color HEX #385E7C Matisse

📋 copy color: '#385E7C'

red 56 ◦ green 94 ◦ blue 124

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

Shades of Matisse #385E7C

Tints of Matisse #385E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

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

R = 20.44%
G = 34.31%
B = 45.26%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#385E7C (or 0x385E7C) is known color: Matisse. HEX triplet: 38, 5E and 7C. RGB value is (56,94,124). Sum of RGB (Red+Green+Blue) = 56+94+124=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #385E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E7C is #C7A183. Grayscale: #555555. Windows color (decimal): -13083012 or 8150584. OLE color: 8150584.

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

Color convert

RGB 56 94 124 -
CMYK 0.55 0.24 0 0.51
HSL 206.47º 0.38% 0.35% -
HSV(B) 206.47º 0.55% 0.49% -
XYZ 9.27 10.3 20.57 -
YUV 86.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 56 94 124 0.55 0.24 0 0.51 206.47 0.38 0.35
Hex 38 5E 7C 37 18 0 33 CE 26 23
Octal 70 136 174 67 30 0 63 316 46 43
Binary 111000 1011110 1111100 110111 11000 0 110011 11001110 100110 100011

Color Harmonies of #385E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E7C

Black with #385E7C

Text Example


Text Example

White with #385E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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