Html Css Color HEX #2D246B Paris M

📋 copy color: '#2D246B'

red 45 ◦ green 36 ◦ blue 107

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

Shades of Paris M #2D246B

Tints of Paris M #2D246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 23.94%
G = 19.15%
B = 56.91%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D246B (or 0x2D246B) is known color: Paris M. HEX triplet: 2D, 24 and 6B. RGB value is (45,36,107). Sum of RGB (Red+Green+Blue) = 45+36+107=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D246B is #D2DB94. Grayscale: #2E2E2E. Windows color (decimal): -13818773 or 7021613. OLE color: 7021613.

HSL color Cylindrical-coordinate representation of color #2D246B: hue angle of 247.61º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D246B is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 36 107 -
CMYK 0.58 0.66 0 0.58
HSL 247.61º 0.5% 0.28% -
HSV(B) 247.61º 0.66% 0.42% -
XYZ 4.37 2.88 14.24 -
YUV 46.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 45 36 107 0.58 0.66 0 0.58 247.61 0.5 0.28
Hex 2D 24 6B 3A 42 0 3A F8 32 1C
Octal 55 44 153 72 102 0 72 370 62 34
Binary 101101 100100 1101011 111010 1000010 0 111010 11111000 110010 11100

Color Harmonies of #2D246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D246B

Black with #2D246B

Text Example


Text Example

White with #2D246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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