Html Css Color HEX #3A647B Matisse

📋 copy color: '#3A647B'

red 58 ◦ green 100 ◦ blue 123

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

Shades of Matisse #3A647B

Tints of Matisse #3A647B

RGB

 RED value IS 58 (23.05% from 255) = 20.64%

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

 BLUE value IS 123 (48.44% from 255) = 43.77%

R = 20.64%
G = 35.59%
B = 43.77%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A647B (or 0x3A647B) is known color: Matisse. HEX triplet: 3A, 64 and 7B. RGB value is (58,100,123). Sum of RGB (Red+Green+Blue) = 58+100+123=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A647B is #C59B84. Grayscale: #595959. Windows color (decimal): -12950405 or 8086586. OLE color: 8086586.

HSL color Cylindrical-coordinate representation of color #3A647B: hue angle of 201.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A647B is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 100 123 -
CMYK 0.53 0.19 0 0.52
HSL 201.23º 0.36% 0.35% -
HSV(B) 201.23º 0.53% 0.48% -
XYZ 9.88 11.44 20.43 -
YUV 90.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 58 100 123 0.53 0.19 0 0.52 201.23 0.36 0.35
Hex 3A 64 7B 35 13 0 34 C9 24 23
Octal 72 144 173 65 23 0 64 311 44 43
Binary 111010 1100100 1111011 110101 10011 0 110100 11001001 100100 100011

Color Harmonies of #3A647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A647B

Black with #3A647B

Text Example


Text Example

White with #3A647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,100,123); }

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

background-color css

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

 a { background-color: rgb(58,100,123); }

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

border-color css

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

 span { border-color: rgb(58,100,123); }

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