Html Css Color HEX #365F7D Matisse

📋 copy color: '#365F7D'

red 54 ◦ green 95 ◦ blue 125

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

Shades of Matisse #365F7D

Tints of Matisse #365F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 19.71%
G = 34.67%
B = 45.62%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#365F7D (or 0x365F7D) is known color: Matisse. HEX triplet: 36, 5F and 7D. RGB value is (54,95,125). Sum of RGB (Red+Green+Blue) = 54+95+125=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #365F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F7D is #C9A082. Grayscale: #565656. Windows color (decimal): -13213827 or 8216374. OLE color: 8216374.

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

Color convert

RGB 54 95 125 -
CMYK 0.57 0.24 0 0.51
HSL 205.35º 0.4% 0.35% -
HSV(B) 205.35º 0.57% 0.49% -
XYZ 9.32 10.45 20.93 -
YUV 86.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 54 95 125 0.57 0.24 0 0.51 205.35 0.4 0.35
Hex 36 5F 7D 39 18 0 33 CD 28 23
Octal 66 137 175 71 30 0 63 315 50 43
Binary 110110 1011111 1111101 111001 11000 0 110011 11001101 101000 100011

Color Harmonies of #365F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F7D

Black with #365F7D

Text Example


Text Example

White with #365F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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