Html Css Color HEX #2129BD Persian Blue

📋 copy color: '#2129BD'

red 33 ◦ green 41 ◦ blue 189

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

Shades of Persian Blue #2129BD

Tints of Persian Blue #2129BD

RGB

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

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

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

R = 12.55%
G = 15.59%
B = 71.86%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2129BD (or 0x2129BD) is known color: Persian Blue. HEX triplet: 21, 29 and BD. RGB value is (33,41,189). Sum of RGB (Red+Green+Blue) = 33+41+189=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #2129BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129BD is #DED642. Grayscale: #363636. Windows color (decimal): -14603843 or 12396833. OLE color: 12396833.

HSL color Cylindrical-coordinate representation of color #2129BD: hue angle of 236.92º 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 #2129BD is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 41 189 -
CMYK 0.83 0.78 0 0.26
HSL 236.92º 0.7% 0.44% -
HSV(B) 236.92º 0.83% 0.74% -
XYZ 10.61 5.58 48.66 -
YUV 55.48 203.35 111.97 -
System Red Green Blue C M Y K H S L
Decimal 33 41 189 0.83 0.78 0 0.26 236.92 0.7 0.44
Hex 21 29 BD 53 4E 0 1A ED 46 2C
Octal 41 51 275 123 116 0 32 355 106 54
Binary 100001 101001 10111101 1010011 1001110 0 11010 11101101 1000110 101100

Color Harmonies of #2129BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129BD

Black with #2129BD

Text Example


Text Example

White with #2129BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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