Html Css Color HEX #2B236F Paris M

📋 copy color: '#2B236F'

red 43 ◦ green 35 ◦ blue 111

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

Shades of Paris M #2B236F

Tints of Paris M #2B236F

RGB

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

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

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

R = 22.75%
G = 18.52%
B = 58.73%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B236F (or 0x2B236F) is known color: Paris M. HEX triplet: 2B, 23 and 6F. RGB value is (43,35,111). Sum of RGB (Red+Green+Blue) = 43+35+111=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B236F is #D4DC90. Grayscale: #2D2D2D. Windows color (decimal): -13950097 or 7283499. OLE color: 7283499.

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

Color convert

RGB 43 35 111 -
CMYK 0.61 0.68 0 0.56
HSL 246.32º 0.52% 0.29% -
HSV(B) 246.32º 0.68% 0.44% -
XYZ 4.47 2.86 15.36 -
YUV 46.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 43 35 111 0.61 0.68 0 0.56 246.32 0.52 0.29
Hex 2B 23 6F 3D 44 0 38 F6 34 1D
Octal 53 43 157 75 104 0 70 366 64 35
Binary 101011 100011 1101111 111101 1000100 0 111000 11110110 110100 11101

Color Harmonies of #2B236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B236F

Black with #2B236F

Text Example


Text Example

White with #2B236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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