Html Css Color HEX #38648C Matisse

📋 copy color: '#38648C'

red 56 ◦ green 100 ◦ blue 140

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

Shades of Matisse #38648C

Tints of Matisse #38648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

 BLUE value IS 140 (55.08% from 255) = 47.3%

R = 18.92%
G = 33.78%
B = 47.3%

CMYK

 C value IS 0.6

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38648C (or 0x38648C) is known color: Matisse. HEX triplet: 38, 64 and 8C. RGB value is (56,100,140). Sum of RGB (Red+Green+Blue) = 56+100+140=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #38648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38648C is #C79B73. Grayscale: #5B5B5B. Windows color (decimal): -13081460 or 9200696. OLE color: 9200696.

HSL color Cylindrical-coordinate representation of color #38648C: hue angle of 208.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38648C is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 100 140 -
CMYK 0.6 0.29 0 0.45
HSL 208.57º 0.43% 0.38% -
HSV(B) 208.57º 0.6% 0.55% -
XYZ 10.92 11.85 26.52 -
YUV 91.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 56 100 140 0.6 0.29 0 0.45 208.57 0.43 0.38
Hex 38 64 8C 3C 1D 0 2D D1 2B 26
Octal 70 144 214 74 35 0 55 321 53 46
Binary 111000 1100100 10001100 111100 11101 0 101101 11010001 101011 100110

Color Harmonies of #38648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38648C

Black with #38648C

Text Example


Text Example

White with #38648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38648C; }

 p { color: rgb(56,100,140); }

 H1.HeaderClassName
 {
   color: #38648C;
 }
 .AnyTagClassName
 {
   color: #38648C;
 }
</style>

background-color css

<style>
 a { background-color: #38648C; }

 a { background-color: rgb(56,100,140); }

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

border-color css

<style>
 span { border-color: #38648C; }

 span { border-color: rgb(56,100,140); }

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