Html Css Color HEX #346483 Matisse

📋 copy color: '#346483'

red 52 ◦ green 100 ◦ blue 131

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

Shades of Matisse #346483

Tints of Matisse #346483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 18.37%
G = 35.34%
B = 46.29%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346483 (or 0x346483) is known color: Matisse. HEX triplet: 34, 64 and 83. RGB value is (52,100,131). Sum of RGB (Red+Green+Blue) = 52+100+131=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #346483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346483 is #CB9B7C. Grayscale: #595959. Windows color (decimal): -13343613 or 8610868. OLE color: 8610868.

HSL color Cylindrical-coordinate representation of color #346483: hue angle of 203.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346483 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 100 131 -
CMYK 0.60 0.24 0 0.49
HSL 203.54º 0.43% 0.36% -
HSV(B) 203.54º 0.6% 0.51% -
XYZ 10.07 11.48 23.16 -
YUV 89.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 52 100 131 0.60 0.24 0 0.49 203.54 0.43 0.36
Hex 34 64 83 3C 18 0 31 CC 2B 24
Octal 64 144 203 74 30 0 61 314 53 44
Binary 110100 1100100 10000011 111100 11000 0 110001 11001100 101011 100100

Color Harmonies of #346483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346483

Black with #346483

Text Example


Text Example

White with #346483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346483; }

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

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

background-color css

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

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

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

border-color css

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

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

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