Html Css Color HEX #2D236E Paris M

📋 copy color: '#2D236E'

red 45 ◦ green 35 ◦ blue 110

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

Shades of Paris M #2D236E

Tints of Paris M #2D236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.89%

R = 23.68%
G = 18.42%
B = 57.89%

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

#2D236E (or 0x2D236E) is known color: Paris M. HEX triplet: 2D, 23 and 6E. RGB value is (45,35,110). Sum of RGB (Red+Green+Blue) = 45+35+110=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D236E is #D2DC91. Grayscale: #2E2E2E. Windows color (decimal): -13819026 or 7217965. OLE color: 7217965.

HSL color Cylindrical-coordinate representation of color #2D236E: hue angle of 248º degrees, saturation: 0.52, 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 #2D236E is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 45 35 110 -
CMYK 0.59 0.68 0 0.57
HSL 248º 0.52% 0.28% -
HSV(B) 248º 0.68% 0.43% -
XYZ 4.5 2.89 15.07 -
YUV 46.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 45 35 110 0.59 0.68 0 0.57 248 0.52 0.28
Hex 2D 23 6E 3B 44 0 39 F8 34 1C
Octal 55 43 156 73 104 0 71 370 64 34
Binary 101101 100011 1101110 111011 1000100 0 111001 11111000 110100 11100

Color Harmonies of #2D236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D236E

Black with #2D236E

Text Example


Text Example

White with #2D236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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