Html Css Color HEX #365C7E Matisse

📋 copy color: '#365C7E'

red 54 ◦ green 92 ◦ blue 126

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

Shades of Matisse #365C7E

Tints of Matisse #365C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.82%

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

R = 19.85%
G = 33.82%
B = 46.32%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#365C7E (or 0x365C7E) is known color: Matisse. HEX triplet: 36, 5C and 7E. RGB value is (54,92,126). Sum of RGB (Red+Green+Blue) = 54+92+126=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #365C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C7E is #C9A381. Grayscale: #545454. Windows color (decimal): -13214594 or 8281142. OLE color: 8281142.

HSL color Cylindrical-coordinate representation of color #365C7E: hue angle of 208.33º 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 #365C7E is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 92 126 -
CMYK 0.57 0.27 0 0.51
HSL 208.33º 0.4% 0.35% -
HSV(B) 208.33º 0.57% 0.49% -
XYZ 9.11 9.94 21.18 -
YUV 84.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 54 92 126 0.57 0.27 0 0.51 208.33 0.4 0.35
Hex 36 5C 7E 39 1B 0 33 D0 28 23
Octal 66 134 176 71 33 0 63 320 50 43
Binary 110110 1011100 1111110 111001 11011 0 110011 11010000 101000 100011

Color Harmonies of #365C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C7E

Black with #365C7E

Text Example


Text Example

White with #365C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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