Html Css Color HEX #2D286D Paris M

📋 copy color: '#2D286D'

red 45 ◦ green 40 ◦ blue 109

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

Shades of Paris M #2D286D

Tints of Paris M #2D286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

 BLUE value IS 109 (42.97% from 255) = 56.19%

R = 23.2%
G = 20.62%
B = 56.19%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2D286D (or 0x2D286D) is known color: Paris M. HEX triplet: 2D, 28 and 6D. RGB value is (45,40,109). Sum of RGB (Red+Green+Blue) = 45+40+109=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D286D is #D2D792. Grayscale: #313131. Windows color (decimal): -13817747 or 7153709. OLE color: 7153709.

HSL color Cylindrical-coordinate representation of color #2D286D: hue angle of 244.35º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D286D is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 45 40 109 -
CMYK 0.59 0.63 0 0.57
HSL 244.35º 0.46% 0.29% -
HSV(B) 244.35º 0.63% 0.43% -
XYZ 4.6 3.18 14.84 -
YUV 49.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 45 40 109 0.59 0.63 0 0.57 244.35 0.46 0.29
Hex 2D 28 6D 3B 3F 0 39 F4 2E 1D
Octal 55 50 155 73 77 0 71 364 56 35
Binary 101101 101000 1101101 111011 111111 0 111001 11110100 101110 11101

Color Harmonies of #2D286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D286D

Black with #2D286D

Text Example


Text Example

White with #2D286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,40,109); }

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

background-color css

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

 a { background-color: rgb(45,40,109); }

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

border-color css

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

 span { border-color: rgb(45,40,109); }

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