Html Css Color HEX #2D2669 Paris M

📋 copy color: '#2D2669'

red 45 ◦ green 38 ◦ blue 105

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

Shades of Paris M #2D2669

Tints of Paris M #2D2669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.85%

R = 23.94%
G = 20.21%
B = 55.85%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2D2669 (or 0x2D2669) is known color: Paris M. HEX triplet: 2D, 26 and 69. RGB value is (45,38,105). Sum of RGB (Red+Green+Blue) = 45+38+105=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D2669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2669 is #D2D996. Grayscale: #2F2F2F. Windows color (decimal): -13818263 or 6891053. OLE color: 6891053.

HSL color Cylindrical-coordinate representation of color #2D2669: hue angle of 246.27º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D2669 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 45 38 105 -
CMYK 0.57 0.64 0 0.59
HSL 246.27º 0.47% 0.28% -
HSV(B) 246.27º 0.64% 0.41% -
XYZ 4.33 2.96 13.71 -
YUV 47.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 45 38 105 0.57 0.64 0 0.59 246.27 0.47 0.28
Hex 2D 26 69 39 40 0 3B F6 2F 1C
Octal 55 46 151 71 100 0 73 366 57 34
Binary 101101 100110 1101001 111001 1000000 0 111011 11110110 101111 11100

Color Harmonies of #2D2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2669

Black with #2D2669

Text Example


Text Example

White with #2D2669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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