Html Css Color HEX #2131AA Persian Blue

📋 copy color: '#2131AA'

red 33 ◦ green 49 ◦ blue 170

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

Shades of Persian Blue #2131AA

Tints of Persian Blue #2131AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 13.1%
G = 19.44%
B = 67.46%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2131AA (or 0x2131AA) is known color: Persian Blue. HEX triplet: 21, 31 and AA. RGB value is (33,49,170). Sum of RGB (Red+Green+Blue) = 33+49+170=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #2131AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2131AA is #DECE55. Grayscale: #393939. Windows color (decimal): -14601814 or 11153697. OLE color: 11153697.

HSL color Cylindrical-coordinate representation of color #2131AA: hue angle of 232.99º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2131AA is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 49 170 -
CMYK 0.81 0.71 0 0.33
HSL 232.99º 0.67% 0.4% -
HSV(B) 232.99º 0.81% 0.67% -
XYZ 8.98 5.42 38.6 -
YUV 58.01 191.2 110.16 -
System Red Green Blue C M Y K H S L
Decimal 33 49 170 0.81 0.71 0 0.33 232.99 0.67 0.4
Hex 21 31 AA 51 47 0 21 E9 43 28
Octal 41 61 252 121 107 0 41 351 103 50
Binary 100001 110001 10101010 1010001 1000111 0 100001 11101001 1000011 101000

Color Harmonies of #2131AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2131AA

Black with #2131AA

Text Example


Text Example

White with #2131AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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