Html Css Color HEX #365A7D Matisse

📋 copy color: '#365A7D'

red 54 ◦ green 90 ◦ blue 125

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

Shades of Matisse #365A7D

Tints of Matisse #365A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

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

R = 20.07%
G = 33.46%
B = 46.47%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#365A7D (or 0x365A7D) is known color: Matisse. HEX triplet: 36, 5A and 7D. RGB value is (54,90,125). Sum of RGB (Red+Green+Blue) = 54+90+125=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #365A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A7D is #C9A582. Grayscale: #535353. Windows color (decimal): -13215107 or 8215094. OLE color: 8215094.

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

Color convert

RGB 54 90 125 -
CMYK 0.57 0.28 0 0.51
HSL 209.58º 0.4% 0.35% -
HSV(B) 209.58º 0.57% 0.49% -
XYZ 8.88 9.58 20.78 -
YUV 83.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 54 90 125 0.57 0.28 0 0.51 209.58 0.4 0.35
Hex 36 5A 7D 39 1C 0 33 D2 28 23
Octal 66 132 175 71 34 0 63 322 50 43
Binary 110110 1011010 1111101 111001 11100 0 110011 11010010 101000 100011

Color Harmonies of #365A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A7D

Black with #365A7D

Text Example


Text Example

White with #365A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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