Html Css Color HEX #26364F Madison

📋 copy color: '#26364F'

red 38 ◦ green 54 ◦ blue 79

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

Shades of Madison #26364F

Tints of Madison #26364F

RGB

 RED value IS 38 (15.23% from 255) = 22.22%

 GREEN value IS 54 (21.48% from 255) = 31.58%

 BLUE value IS 79 (31.25% from 255) = 46.2%

R = 22.22%
G = 31.58%
B = 46.2%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#26364F (or 0x26364F) is known color: Madison. HEX triplet: 26, 36 and 4F. RGB value is (38,54,79). Sum of RGB (Red+Green+Blue) = 38+54+79=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #26364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26364F is #D9C9B0. Grayscale: #333333. Windows color (decimal): -14272945 or 5191206. OLE color: 5191206.

HSL color Cylindrical-coordinate representation of color #26364F: hue angle of 216.59º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26364F is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 54 79 -
CMYK 0.52 0.32 0 0.69
HSL 216.59º 0.35% 0.23% -
HSV(B) 216.59º 0.52% 0.31% -
XYZ 3.53 3.61 7.91 -
YUV 52.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 38 54 79 0.52 0.32 0 0.69 216.59 0.35 0.23
Hex 26 36 4F 34 20 0 45 D9 23 17
Octal 46 66 117 64 40 0 105 331 43 27
Binary 100110 110110 1001111 110100 100000 0 1000101 11011001 100011 10111

Color Harmonies of #26364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26364F

Black with #26364F

Text Example


Text Example

White with #26364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26364F; }

 p { color: rgb(38,54,79); }

 H1.HeaderClassName
 {
   color: #26364F;
 }
 .AnyTagClassName
 {
   color: #26364F;
 }
</style>

background-color css

<style>
 a { background-color: #26364F; }

 a { background-color: rgb(38,54,79); }

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

border-color css

<style>
 span { border-color: #26364F; }

 span { border-color: rgb(38,54,79); }

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