Html Css Color HEX #365D7E Matisse

📋 copy color: '#365D7E'

red 54 ◦ green 93 ◦ blue 126

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

Shades of Matisse #365D7E

Tints of Matisse #365D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

 BLUE value IS 126 (49.61% from 255) = 46.15%

R = 19.78%
G = 34.07%
B = 46.15%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#365D7E (or 0x365D7E) is known color: Matisse. HEX triplet: 36, 5D and 7E. RGB value is (54,93,126). Sum of RGB (Red+Green+Blue) = 54+93+126=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #365D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D7E is #C9A281. Grayscale: #545454. Windows color (decimal): -13214338 or 8281398. OLE color: 8281398.

HSL color Cylindrical-coordinate representation of color #365D7E: hue angle of 207.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #365D7E is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 93 126 -
CMYK 0.57 0.26 0 0.51
HSL 207.5º 0.4% 0.35% -
HSV(B) 207.5º 0.57% 0.49% -
XYZ 9.2 10.12 21.21 -
YUV 85.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 54 93 126 0.57 0.26 0 0.51 207.5 0.4 0.35
Hex 36 5D 7E 39 1A 0 33 D0 28 23
Octal 66 135 176 71 32 0 63 320 50 43
Binary 110110 1011101 1111110 111001 11010 0 110011 11010000 101000 100011

Color Harmonies of #365D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D7E

Black with #365D7E

Text Example


Text Example

White with #365D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,126); }

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

background-color css

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

 a { background-color: rgb(54,93,126); }

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

border-color css

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

 span { border-color: rgb(54,93,126); }

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