Html Css Color HEX #2129BE Persian Blue

📋 copy color: '#2129BE'

red 33 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #2129BE

Tints of Persian Blue #2129BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

 BLUE value IS 190 (74.61% from 255) = 71.97%

R = 12.5%
G = 15.53%
B = 71.97%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2129BE (or 0x2129BE) is known color: Persian Blue. HEX triplet: 21, 29 and BE. RGB value is (33,41,190). Sum of RGB (Red+Green+Blue) = 33+41+190=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #2129BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129BE is #DED641. Grayscale: #363636. Windows color (decimal): -14603842 or 12462369. OLE color: 12462369.

HSL color Cylindrical-coordinate representation of color #2129BE: hue angle of 236.94º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2129BE is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 41 190 -
CMYK 0.83 0.78 0 0.25
HSL 236.94º 0.7% 0.44% -
HSV(B) 236.94º 0.83% 0.75% -
XYZ 10.71 5.63 49.24 -
YUV 55.59 203.85 111.88 -
System Red Green Blue C M Y K H S L
Decimal 33 41 190 0.83 0.78 0 0.25 236.94 0.7 0.44
Hex 21 29 BE 53 4E 0 19 ED 46 2C
Octal 41 51 276 123 116 0 31 355 106 54
Binary 100001 101001 10111110 1010011 1001110 0 11001 11101101 1000110 101100

Color Harmonies of #2129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129BE

Black with #2129BE

Text Example


Text Example

White with #2129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2129BE; }

 p { color: rgb(33,41,190); }

 H1.HeaderClassName
 {
   color: #2129BE;
 }
 .AnyTagClassName
 {
   color: #2129BE;
 }
</style>

background-color css

<style>
 a { background-color: #2129BE; }

 a { background-color: rgb(33,41,190); }

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

border-color css

<style>
 span { border-color: #2129BE; }

 span { border-color: rgb(33,41,190); }

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