Html Css Color HEX #365B7B Matisse

📋 copy color: '#365B7B'

red 54 ◦ green 91 ◦ blue 123

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

Shades of Matisse #365B7B

Tints of Matisse #365B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 20.15%
G = 33.96%
B = 45.9%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#365B7B (or 0x365B7B) is known color: Matisse. HEX triplet: 36, 5B and 7B. RGB value is (54,91,123). Sum of RGB (Red+Green+Blue) = 54+91+123=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #365B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B7B is #C9A484. Grayscale: #535353. Windows color (decimal): -13214853 or 8084278. OLE color: 8084278.

HSL color Cylindrical-coordinate representation of color #365B7B: hue angle of 207.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #365B7B is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 91 123 -
CMYK 0.56 0.26 0 0.52
HSL 207.83º 0.39% 0.35% -
HSV(B) 207.83º 0.56% 0.48% -
XYZ 8.84 9.7 20.14 -
YUV 83.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 54 91 123 0.56 0.26 0 0.52 207.83 0.39 0.35
Hex 36 5B 7B 38 1A 0 34 D0 27 23
Octal 66 133 173 70 32 0 64 320 47 43
Binary 110110 1011011 1111011 111000 11010 0 110100 11010000 100111 100011

Color Harmonies of #365B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B7B

Black with #365B7B

Text Example


Text Example

White with #365B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,91,123); }

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

background-color css

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

 a { background-color: rgb(54,91,123); }

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

border-color css

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

 span { border-color: rgb(54,91,123); }

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