Html Css Color HEX #2B236E Paris M

📋 copy color: '#2B236E'

red 43 ◦ green 35 ◦ blue 110

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

Shades of Paris M #2B236E

Tints of Paris M #2B236E

RGB

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

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

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

R = 22.87%
G = 18.62%
B = 58.51%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B236E (or 0x2B236E) is known color: Paris M. HEX triplet: 2B, 23 and 6E. RGB value is (43,35,110). Sum of RGB (Red+Green+Blue) = 43+35+110=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B236E is #D4DC91. Grayscale: #2D2D2D. Windows color (decimal): -13950098 or 7217963. OLE color: 7217963.

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

Color convert

RGB 43 35 110 -
CMYK 0.61 0.68 0 0.57
HSL 246.4º 0.52% 0.28% -
HSV(B) 246.4º 0.68% 0.43% -
XYZ 4.41 2.84 15.07 -
YUV 45.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 43 35 110 0.61 0.68 0 0.57 246.4 0.52 0.28
Hex 2B 23 6E 3D 44 0 39 F6 34 1C
Octal 53 43 156 75 104 0 71 366 64 34
Binary 101011 100011 1101110 111101 1000100 0 111001 11110110 110100 11100

Color Harmonies of #2B236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B236E

Black with #2B236E

Text Example


Text Example

White with #2B236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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