Html Css Color HEX #2D266C Paris M

📋 copy color: '#2D266C'

red 45 ◦ green 38 ◦ blue 108

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

Shades of Paris M #2D266C

Tints of Paris M #2D266C

RGB

 RED value IS 45 (17.97% from 255) = 23.56%

 GREEN value IS 38 (15.23% from 255) = 19.9%

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 23.56%
G = 19.9%
B = 56.54%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D266C (or 0x2D266C) is known color: Paris M. HEX triplet: 2D, 26 and 6C. RGB value is (45,38,108). Sum of RGB (Red+Green+Blue) = 45+38+108=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D266C is #D2D993. Grayscale: #2F2F2F. Windows color (decimal): -13818260 or 7087661. OLE color: 7087661.

HSL color Cylindrical-coordinate representation of color #2D266C: hue angle of 246º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D266C is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 38 108 -
CMYK 0.58 0.65 0 0.58
HSL 246º 0.48% 0.29% -
HSV(B) 246º 0.65% 0.42% -
XYZ 4.48 3.03 14.54 -
YUV 48.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 45 38 108 0.58 0.65 0 0.58 246 0.48 0.29
Hex 2D 26 6C 3A 41 0 3A F6 30 1D
Octal 55 46 154 72 101 0 72 366 60 35
Binary 101101 100110 1101100 111010 1000001 0 111010 11110110 110000 11101

Color Harmonies of #2D266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D266C

Black with #2D266C

Text Example


Text Example

White with #2D266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D266C; }

 p { color: rgb(45,38,108); }

 H1.HeaderClassName
 {
   color: #2D266C;
 }
 .AnyTagClassName
 {
   color: #2D266C;
 }
</style>

background-color css

<style>
 a { background-color: #2D266C; }

 a { background-color: rgb(45,38,108); }

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

border-color css

<style>
 span { border-color: #2D266C; }

 span { border-color: rgb(45,38,108); }

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