Html Css Color HEX #346485 Matisse

📋 copy color: '#346485'

red 52 ◦ green 100 ◦ blue 133

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

Shades of Matisse #346485

Tints of Matisse #346485

RGB

 RED value IS 52 (20.7% from 255) = 18.25%

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 18.25%
G = 35.09%
B = 46.67%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346485 (or 0x346485) is known color: Matisse. HEX triplet: 34, 64 and 85. RGB value is (52,100,133). Sum of RGB (Red+Green+Blue) = 52+100+133=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #346485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346485 is #CB9B7A. Grayscale: #595959. Windows color (decimal): -13343611 or 8741940. OLE color: 8741940.

HSL color Cylindrical-coordinate representation of color #346485: hue angle of 204.44º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346485 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 100 133 -
CMYK 0.61 0.25 0 0.48
HSL 204.44º 0.44% 0.36% -
HSV(B) 204.44º 0.61% 0.52% -
XYZ 10.21 11.54 23.88 -
YUV 89.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 52 100 133 0.61 0.25 0 0.48 204.44 0.44 0.36
Hex 34 64 85 3D 19 0 30 CC 2C 24
Octal 64 144 205 75 31 0 60 314 54 44
Binary 110100 1100100 10000101 111101 11001 0 110000 11001100 101100 100100

Color Harmonies of #346485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346485

Black with #346485

Text Example


Text Example

White with #346485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346485; }

 p { color: rgb(52,100,133); }

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

background-color css

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

 a { background-color: rgb(52,100,133); }

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

border-color css

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

 span { border-color: rgb(52,100,133); }

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