Html Css Color HEX #2131AE Persian Blue

📋 copy color: '#2131AE'

red 33 ◦ green 49 ◦ blue 174

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

Shades of Persian Blue #2131AE

Tints of Persian Blue #2131AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 12.89%
G = 19.14%
B = 67.97%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2131AE (or 0x2131AE) is known color: Persian Blue. HEX triplet: 21, 31 and AE. RGB value is (33,49,174). Sum of RGB (Red+Green+Blue) = 33+49+174=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #2131AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2131AE is #DECE51. Grayscale: #393939. Windows color (decimal): -14601810 or 11415841. OLE color: 11415841.

HSL color Cylindrical-coordinate representation of color #2131AE: hue angle of 233.19º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2131AE is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 49 174 -
CMYK 0.81 0.72 0 0.32
HSL 233.19º 0.68% 0.41% -
HSV(B) 233.19º 0.81% 0.68% -
XYZ 9.37 5.58 40.63 -
YUV 58.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 33 49 174 0.81 0.72 0 0.32 233.19 0.68 0.41
Hex 21 31 AE 51 48 0 20 E9 44 29
Octal 41 61 256 121 110 0 40 351 104 51
Binary 100001 110001 10101110 1010001 1001000 0 100000 11101001 1000100 101001

Color Harmonies of #2131AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2131AE

Black with #2131AE

Text Example


Text Example

White with #2131AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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