Html Css Color HEX #2B256B Paris M

📋 copy color: '#2B256B'

red 43 ◦ green 37 ◦ blue 107

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

Shades of Paris M #2B256B

Tints of Paris M #2B256B

RGB

 RED value IS 43 (17.19% from 255) = 22.99%

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 22.99%
G = 19.79%
B = 57.22%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B256B (or 0x2B256B) is known color: Paris M. HEX triplet: 2B, 25 and 6B. RGB value is (43,37,107). Sum of RGB (Red+Green+Blue) = 43+37+107=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B256B is #D4DA94. Grayscale: #2E2E2E. Windows color (decimal): -13949589 or 7021867. OLE color: 7021867.

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

Color convert

RGB 43 37 107 -
CMYK 0.60 0.65 0 0.58
HSL 245.14º 0.49% 0.28% -
HSV(B) 245.14º 0.65% 0.42% -
XYZ 4.31 2.9 14.24 -
YUV 46.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 43 37 107 0.60 0.65 0 0.58 245.14 0.49 0.28
Hex 2B 25 6B 3C 41 0 3A F5 31 1C
Octal 53 45 153 74 101 0 72 365 61 34
Binary 101011 100101 1101011 111100 1000001 0 111010 11110101 110001 11100

Color Harmonies of #2B256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B256B

Black with #2B256B

Text Example


Text Example

White with #2B256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,37,107); }

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

background-color css

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

 a { background-color: rgb(43,37,107); }

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

border-color css

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

 span { border-color: rgb(43,37,107); }

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