Html Css Color HEX #2029BB Persian Blue

📋 copy color: '#2029BB'

red 32 ◦ green 41 ◦ blue 187

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

Shades of Persian Blue #2029BB

Tints of Persian Blue #2029BB

RGB

 RED value IS 32 (12.89% from 255) = 12.31%

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

 BLUE value IS 187 (73.44% from 255) = 71.92%

R = 12.31%
G = 15.77%
B = 71.92%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2029BB (or 0x2029BB) is known color: Persian Blue. HEX triplet: 20, 29 and BB. RGB value is (32,41,187). Sum of RGB (Red+Green+Blue) = 32+41+187=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #2029BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2029BB is #DFD644. Grayscale: #363636. Windows color (decimal): -14669381 or 12265760. OLE color: 12265760.

HSL color Cylindrical-coordinate representation of color #2029BB: hue angle of 236.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2029BB is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 41 187 -
CMYK 0.83 0.78 0 0.27
HSL 236.52º 0.71% 0.43% -
HSV(B) 236.52º 0.83% 0.73% -
XYZ 10.36 5.48 47.53 -
YUV 54.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 32 41 187 0.83 0.78 0 0.27 236.52 0.71 0.43
Hex 20 29 BB 53 4E 0 1B ED 47 2B
Octal 40 51 273 123 116 0 33 355 107 53
Binary 100000 101001 10111011 1010011 1001110 0 11011 11101101 1000111 101011

Color Harmonies of #2029BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2029BB

Black with #2029BB

Text Example


Text Example

White with #2029BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2029BB; }

 p { color: rgb(32,41,187); }

 H1.HeaderClassName
 {
   color: #2029BB;
 }
 .AnyTagClassName
 {
   color: #2029BB;
 }
</style>

background-color css

<style>
 a { background-color: #2029BB; }

 a { background-color: rgb(32,41,187); }

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

border-color css

<style>
 span { border-color: #2029BB; }

 span { border-color: rgb(32,41,187); }

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