Html Css Color HEX #365E7D Matisse

📋 copy color: '#365E7D'

red 54 ◦ green 94 ◦ blue 125

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

Shades of Matisse #365E7D

Tints of Matisse #365E7D

RGB

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

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

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

R = 19.78%
G = 34.43%
B = 45.79%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#365E7D (or 0x365E7D) is known color: Matisse. HEX triplet: 36, 5E and 7D. RGB value is (54,94,125). Sum of RGB (Red+Green+Blue) = 54+94+125=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #365E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E7D is #C9A182. Grayscale: #555555. Windows color (decimal): -13214083 or 8216118. OLE color: 8216118.

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

Color convert

RGB 54 94 125 -
CMYK 0.57 0.25 0 0.51
HSL 206.2º 0.4% 0.35% -
HSV(B) 206.2º 0.57% 0.49% -
XYZ 9.23 10.27 20.9 -
YUV 85.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 54 94 125 0.57 0.25 0 0.51 206.2 0.4 0.35
Hex 36 5E 7D 39 19 0 33 CE 28 23
Octal 66 136 175 71 31 0 63 316 50 43
Binary 110110 1011110 1111101 111001 11001 0 110011 11001110 101000 100011

Color Harmonies of #365E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E7D

Black with #365E7D

Text Example


Text Example

White with #365E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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