Html Css Color HEX #2D246E Paris M

📋 copy color: '#2D246E'

red 45 ◦ green 36 ◦ blue 110

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

Shades of Paris M #2D246E

Tints of Paris M #2D246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

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

R = 23.56%
G = 18.85%
B = 57.59%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2D246E (or 0x2D246E) is known color: Paris M. HEX triplet: 2D, 24 and 6E. RGB value is (45,36,110). Sum of RGB (Red+Green+Blue) = 45+36+110=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D246E is #D2DB91. Grayscale: #2E2E2E. Windows color (decimal): -13818770 or 7218221. OLE color: 7218221.

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

Color convert

RGB 45 36 110 -
CMYK 0.59 0.67 0 0.57
HSL 247.3º 0.51% 0.29% -
HSV(B) 247.3º 0.67% 0.43% -
XYZ 4.53 2.95 15.08 -
YUV 47.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 45 36 110 0.59 0.67 0 0.57 247.3 0.51 0.29
Hex 2D 24 6E 3B 43 0 39 F7 33 1D
Octal 55 44 156 73 103 0 71 367 63 35
Binary 101101 100100 1101110 111011 1000011 0 111001 11110111 110011 11101

Color Harmonies of #2D246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D246E

Black with #2D246E

Text Example


Text Example

White with #2D246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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