Html Css Color HEX #38638D Matisse

📋 copy color: '#38638D'

red 56 ◦ green 99 ◦ blue 141

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

Shades of Matisse #38638D

Tints of Matisse #38638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 18.92%
G = 33.45%
B = 47.64%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38638D (or 0x38638D) is known color: Matisse. HEX triplet: 38, 63 and 8D. RGB value is (56,99,141). Sum of RGB (Red+Green+Blue) = 56+99+141=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #38638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38638D is #C79C72. Grayscale: #5A5A5A. Windows color (decimal): -13081715 or 9265976. OLE color: 9265976.

HSL color Cylindrical-coordinate representation of color #38638D: hue angle of 209.65º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38638D is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 99 141 -
CMYK 0.60 0.30 0 0.45
HSL 209.65º 0.43% 0.39% -
HSV(B) 209.65º 0.6% 0.55% -
XYZ 10.9 11.69 26.88 -
YUV 90.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 56 99 141 0.60 0.30 0 0.45 209.65 0.43 0.39
Hex 38 63 8D 3C 1E 0 2D D2 2B 27
Octal 70 143 215 74 36 0 55 322 53 47
Binary 111000 1100011 10001101 111100 11110 0 101101 11010010 101011 100111

Color Harmonies of #38638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38638D

Black with #38638D

Text Example


Text Example

White with #38638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,99,141); }

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

background-color css

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

 a { background-color: rgb(56,99,141); }

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

border-color css

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

 span { border-color: rgb(56,99,141); }

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