Html Css Color HEX #365E82 Matisse

📋 copy color: '#365E82'

red 54 ◦ green 94 ◦ blue 130

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

Shades of Matisse #365E82

Tints of Matisse #365E82

RGB

 RED value IS 54 (21.48% from 255) = 19.42%

 GREEN value IS 94 (37.11% from 255) = 33.81%

 BLUE value IS 130 (51.17% from 255) = 46.76%

R = 19.42%
G = 33.81%
B = 46.76%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365E82 (or 0x365E82) is known color: Matisse. HEX triplet: 36, 5E and 82. RGB value is (54,94,130). Sum of RGB (Red+Green+Blue) = 54+94+130=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #365E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E82 is #C9A17D. Grayscale: #555555. Windows color (decimal): -13214078 or 8543798. OLE color: 8543798.

HSL color Cylindrical-coordinate representation of color #365E82: hue angle of 208.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365E82 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 94 130 -
CMYK 0.58 0.28 0 0.49
HSL 208.42º 0.41% 0.36% -
HSV(B) 208.42º 0.58% 0.51% -
XYZ 9.55 10.4 22.62 -
YUV 86.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 54 94 130 0.58 0.28 0 0.49 208.42 0.41 0.36
Hex 36 5E 82 3A 1C 0 31 D0 29 24
Octal 66 136 202 72 34 0 61 320 51 44
Binary 110110 1011110 10000010 111010 11100 0 110001 11010000 101001 100100

Color Harmonies of #365E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E82

Black with #365E82

Text Example


Text Example

White with #365E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365E82; }

 p { color: rgb(54,94,130); }

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

background-color css

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

 a { background-color: rgb(54,94,130); }

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

border-color css

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

 span { border-color: rgb(54,94,130); }

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