Html Css Color HEX #365F83 Matisse

📋 copy color: '#365F83'

red 54 ◦ green 95 ◦ blue 131

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

Shades of Matisse #365F83

Tints of Matisse #365F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 19.29%
G = 33.93%
B = 46.79%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365F83 (or 0x365F83) is known color: Matisse. HEX triplet: 36, 5F and 83. RGB value is (54,95,131). Sum of RGB (Red+Green+Blue) = 54+95+131=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #365F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F83 is #C9A07C. Grayscale: #565656. Windows color (decimal): -13213821 or 8609590. OLE color: 8609590.

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

Color convert

RGB 54 95 131 -
CMYK 0.59 0.27 0 0.49
HSL 208.05º 0.42% 0.36% -
HSV(B) 208.05º 0.59% 0.51% -
XYZ 9.71 10.61 23.01 -
YUV 86.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 54 95 131 0.59 0.27 0 0.49 208.05 0.42 0.36
Hex 36 5F 83 3B 1B 0 31 D0 2A 24
Octal 66 137 203 73 33 0 61 320 52 44
Binary 110110 1011111 10000011 111011 11011 0 110001 11010000 101010 100100

Color Harmonies of #365F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F83

Black with #365F83

Text Example


Text Example

White with #365F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,95,131); }

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

background-color css

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

 a { background-color: rgb(54,95,131); }

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

border-color css

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

 span { border-color: rgb(54,95,131); }

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