Html Css Color HEX #2B3695 Jacksons Purple

📋 copy color: '#2B3695'

red 43 ◦ green 54 ◦ blue 149

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

Shades of Jacksons Purple #2B3695

Tints of Jacksons Purple #2B3695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 17.48%
G = 21.95%
B = 60.57%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B3695 (or 0x2B3695) is known color: Jacksons Purple. HEX triplet: 2B, 36 and 95. RGB value is (43,54,149). Sum of RGB (Red+Green+Blue) = 43+54+149=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B3695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3695 is #D4C96A. Grayscale: #3D3D3D. Windows color (decimal): -13945195 or 9778731. OLE color: 9778731.

HSL color Cylindrical-coordinate representation of color #2B3695: hue angle of 233.77º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B3695 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 54 149 -
CMYK 0.71 0.64 0 0.42
HSL 233.77º 0.55% 0.38% -
HSV(B) 233.77º 0.71% 0.58% -
XYZ 7.74 5.32 29.05 -
YUV 61.54 177.36 114.78 -
System Red Green Blue C M Y K H S L
Decimal 43 54 149 0.71 0.64 0 0.42 233.77 0.55 0.38
Hex 2B 36 95 47 40 0 2A EA 37 26
Octal 53 66 225 107 100 0 52 352 67 46
Binary 101011 110110 10010101 1000111 1000000 0 101010 11101010 110111 100110

Color Harmonies of #2B3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3695

Black with #2B3695

Text Example


Text Example

White with #2B3695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,54,149); }

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

background-color css

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

 a { background-color: rgb(43,54,149); }

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

border-color css

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

 span { border-color: rgb(43,54,149); }

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