Html Css Color HEX #346285 Matisse

📋 copy color: '#346285'

red 52 ◦ green 98 ◦ blue 133

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

Shades of Matisse #346285

Tints of Matisse #346285

RGB

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

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

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

R = 18.37%
G = 34.63%
B = 47%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346285 (or 0x346285) is known color: Matisse. HEX triplet: 34, 62 and 85. RGB value is (52,98,133). Sum of RGB (Red+Green+Blue) = 52+98+133=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #346285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346285 is #CB9D7A. Grayscale: #585858. Windows color (decimal): -13344123 or 8741428. OLE color: 8741428.

HSL color Cylindrical-coordinate representation of color #346285: hue angle of 205.93º 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 #346285 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 98 133 -
CMYK 0.61 0.26 0 0.48
HSL 205.93º 0.44% 0.36% -
HSV(B) 205.93º 0.61% 0.52% -
XYZ 10.02 11.16 23.82 -
YUV 88.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 52 98 133 0.61 0.26 0 0.48 205.93 0.44 0.36
Hex 34 62 85 3D 1A 0 30 CE 2C 24
Octal 64 142 205 75 32 0 60 316 54 44
Binary 110100 1100010 10000101 111101 11010 0 110000 11001110 101100 100100

Color Harmonies of #346285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346285

Black with #346285

Text Example


Text Example

White with #346285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346285; }

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

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

background-color css

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

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

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

border-color css

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

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

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