Html Css Color HEX #2146BB Persian Blue

📋 copy color: '#2146BB'

red 33 ◦ green 70 ◦ blue 187

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

Shades of Persian Blue #2146BB

Tints of Persian Blue #2146BB

RGB

 RED value IS 33 (13.28% from 255) = 11.38%

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 187 (73.44% from 255) = 64.48%

R = 11.38%
G = 24.14%
B = 64.48%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2146BB (or 0x2146BB) is known color: Persian Blue. HEX triplet: 21, 46 and BB. RGB value is (33,70,187). Sum of RGB (Red+Green+Blue) = 33+70+187=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #2146BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146BB is #DEB944. Grayscale: #474747. Windows color (decimal): -14596421 or 12273185. OLE color: 12273185.

HSL color Cylindrical-coordinate representation of color #2146BB: hue angle of 225.58º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2146BB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 70 187 -
CMYK 0.82 0.63 0 0.27
HSL 225.58º 0.7% 0.43% -
HSV(B) 225.58º 0.82% 0.73% -
XYZ 11.79 8.29 47.99 -
YUV 72.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 33 70 187 0.82 0.63 0 0.27 225.58 0.7 0.43
Hex 21 46 BB 52 3F 0 1B E2 46 2B
Octal 41 106 273 122 77 0 33 342 106 53
Binary 100001 1000110 10111011 1010010 111111 0 11011 11100010 1000110 101011

Color Harmonies of #2146BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2146BB

Black with #2146BB

Text Example


Text Example

White with #2146BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2146BB; }

 p { color: rgb(33,70,187); }

 H1.HeaderClassName
 {
   color: #2146BB;
 }
 .AnyTagClassName
 {
   color: #2146BB;
 }
</style>

background-color css

<style>
 a { background-color: #2146BB; }

 a { background-color: rgb(33,70,187); }

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

border-color css

<style>
 span { border-color: #2146BB; }

 span { border-color: rgb(33,70,187); }

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