Html Css Color HEX #3C628B Matisse

📋 copy color: '#3C628B'

red 60 ◦ green 98 ◦ blue 139

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

Shades of Matisse #3C628B

Tints of Matisse #3C628B

RGB

 RED value IS 60 (23.83% from 255) = 20.2%

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 20.2%
G = 33%
B = 46.8%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C628B (or 0x3C628B) is known color: Matisse. HEX triplet: 3C, 62 and 8B. RGB value is (60,98,139). Sum of RGB (Red+Green+Blue) = 60+98+139=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C628B is #C39D74. Grayscale: #5B5B5B. Windows color (decimal): -12819829 or 9134652. OLE color: 9134652.

HSL color Cylindrical-coordinate representation of color #3C628B: hue angle of 211.14º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C628B is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 98 139 -
CMYK 0.57 0.29 0 0.45
HSL 211.14º 0.4% 0.39% -
HSV(B) 211.14º 0.57% 0.55% -
XYZ 10.89 11.56 26.08 -
YUV 91.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 60 98 139 0.57 0.29 0 0.45 211.14 0.4 0.39
Hex 3C 62 8B 39 1D 0 2D D3 28 27
Octal 74 142 213 71 35 0 55 323 50 47
Binary 111100 1100010 10001011 111001 11101 0 101101 11010011 101000 100111

Color Harmonies of #3C628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C628B

Black with #3C628B

Text Example


Text Example

White with #3C628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C628B; }

 p { color: rgb(60,98,139); }

 H1.HeaderClassName
 {
   color: #3C628B;
 }
 .AnyTagClassName
 {
   color: #3C628B;
 }
</style>

background-color css

<style>
 a { background-color: #3C628B; }

 a { background-color: rgb(60,98,139); }

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

border-color css

<style>
 span { border-color: #3C628B; }

 span { border-color: rgb(60,98,139); }

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