Html Css Color HEX #2131BD Persian Blue

📋 copy color: '#2131BD'

red 33 ◦ green 49 ◦ blue 189

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

Shades of Persian Blue #2131BD

Tints of Persian Blue #2131BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 189 (74.22% from 255) = 69.74%

R = 12.18%
G = 18.08%
B = 69.74%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2131BD (or 0x2131BD) is known color: Persian Blue. HEX triplet: 21, 31 and BD. RGB value is (33,49,189). Sum of RGB (Red+Green+Blue) = 33+49+189=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #2131BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131BD is #DECE42. Grayscale: #3B3B3B. Windows color (decimal): -14601795 or 12398881. OLE color: 12398881.

HSL color Cylindrical-coordinate representation of color #2131BD: hue angle of 233.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2131BD is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 49 189 -
CMYK 0.83 0.74 0 0.26
HSL 233.85º 0.7% 0.44% -
HSV(B) 233.85º 0.83% 0.74% -
XYZ 10.91 6.19 48.76 -
YUV 60.18 200.7 108.62 -
System Red Green Blue C M Y K H S L
Decimal 33 49 189 0.83 0.74 0 0.26 233.85 0.7 0.44
Hex 21 31 BD 53 4A 0 1A EA 46 2C
Octal 41 61 275 123 112 0 32 352 106 54
Binary 100001 110001 10111101 1010011 1001010 0 11010 11101010 1000110 101100

Color Harmonies of #2131BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2131BD

Black with #2131BD

Text Example


Text Example

White with #2131BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2131BD; }

 p { color: rgb(33,49,189); }

 H1.HeaderClassName
 {
   color: #2131BD;
 }
 .AnyTagClassName
 {
   color: #2131BD;
 }
</style>

background-color css

<style>
 a { background-color: #2131BD; }

 a { background-color: rgb(33,49,189); }

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

border-color css

<style>
 span { border-color: #2131BD; }

 span { border-color: rgb(33,49,189); }

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