Html Css Color HEX #3A667D Matisse

📋 copy color: '#3A667D'

red 58 ◦ green 102 ◦ blue 125

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

Shades of Matisse #3A667D

Tints of Matisse #3A667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 20.35%
G = 35.79%
B = 43.86%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A667D (or 0x3A667D) is known color: Matisse. HEX triplet: 3A, 66 and 7D. RGB value is (58,102,125). Sum of RGB (Red+Green+Blue) = 58+102+125=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A667D is #C59982. Grayscale: #5B5B5B. Windows color (decimal): -12949891 or 8218170. OLE color: 8218170.

HSL color Cylindrical-coordinate representation of color #3A667D: hue angle of 200.6º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A667D is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 102 125 -
CMYK 0.54 0.18 0 0.51
HSL 200.6º 0.37% 0.36% -
HSV(B) 200.6º 0.54% 0.49% -
XYZ 10.2 11.88 21.16 -
YUV 91.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 58 102 125 0.54 0.18 0 0.51 200.6 0.37 0.36
Hex 3A 66 7D 36 12 0 33 C9 25 24
Octal 72 146 175 66 22 0 63 311 45 44
Binary 111010 1100110 1111101 110110 10010 0 110011 11001001 100101 100100

Color Harmonies of #3A667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A667D

Black with #3A667D

Text Example


Text Example

White with #3A667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,102,125); }

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

background-color css

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

 a { background-color: rgb(58,102,125); }

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

border-color css

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

 span { border-color: rgb(58,102,125); }

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