Html Css Color HEX #2D236F Paris M

📋 copy color: '#2D236F'

red 45 ◦ green 35 ◦ blue 111

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

Shades of Paris M #2D236F

Tints of Paris M #2D236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 23.56%
G = 18.32%
B = 58.12%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2D236F (or 0x2D236F) is known color: Paris M. HEX triplet: 2D, 23 and 6F. RGB value is (45,35,111). Sum of RGB (Red+Green+Blue) = 45+35+111=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D236F is #D2DC90. Grayscale: #2E2E2E. Windows color (decimal): -13819025 or 7283501. OLE color: 7283501.

HSL color Cylindrical-coordinate representation of color #2D236F: hue angle of 247.89º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D236F is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 35 111 -
CMYK 0.59 0.68 0 0.56
HSL 247.89º 0.52% 0.29% -
HSV(B) 247.89º 0.68% 0.44% -
XYZ 4.55 2.91 15.36 -
YUV 46.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 45 35 111 0.59 0.68 0 0.56 247.89 0.52 0.29
Hex 2D 23 6F 3B 44 0 38 F8 34 1D
Octal 55 43 157 73 104 0 70 370 64 35
Binary 101101 100011 1101111 111011 1000100 0 111000 11111000 110100 11101

Color Harmonies of #2D236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D236F

Black with #2D236F

Text Example


Text Example

White with #2D236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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