Html Css Color HEX #2D236D Paris M

📋 copy color: '#2D236D'

red 45 ◦ green 35 ◦ blue 109

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

Shades of Paris M #2D236D

Tints of Paris M #2D236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 23.81%
G = 18.52%
B = 57.67%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2D236D (or 0x2D236D) is known color: Paris M. HEX triplet: 2D, 23 and 6D. RGB value is (45,35,109). Sum of RGB (Red+Green+Blue) = 45+35+109=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D236D is #D2DC92. Grayscale: #2E2E2E. Windows color (decimal): -13819027 or 7152429. OLE color: 7152429.

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

Color convert

RGB 45 35 109 -
CMYK 0.59 0.68 0 0.57
HSL 248.11º 0.51% 0.28% -
HSV(B) 248.11º 0.68% 0.43% -
XYZ 4.44 2.86 14.79 -
YUV 46.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 45 35 109 0.59 0.68 0 0.57 248.11 0.51 0.28
Hex 2D 23 6D 3B 44 0 39 F8 33 1C
Octal 55 43 155 73 104 0 71 370 63 34
Binary 101101 100011 1101101 111011 1000100 0 111001 11111000 110011 11100

Color Harmonies of #2D236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D236D

Black with #2D236D

Text Example


Text Example

White with #2D236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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