Html Css Color HEX #2040BB Persian Blue

📋 copy color: '#2040BB'

red 32 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #2040BB

Tints of Persian Blue #2040BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 11.31%
G = 22.61%
B = 66.08%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2040BB (or 0x2040BB) is known color: Persian Blue. HEX triplet: 20, 40 and BB. RGB value is (32,64,187). Sum of RGB (Red+Green+Blue) = 32+64+187=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #2040BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040BB is #DFBF44. Grayscale: #434343. Windows color (decimal): -14663493 or 12271648. OLE color: 12271648.

HSL color Cylindrical-coordinate representation of color #2040BB: hue angle of 227.61º 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 #2040BB is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 64 187 -
CMYK 0.83 0.66 0 0.27
HSL 227.61º 0.71% 0.43% -
HSV(B) 227.61º 0.83% 0.73% -
XYZ 11.4 7.56 47.87 -
YUV 68.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 32 64 187 0.83 0.66 0 0.27 227.61 0.71 0.43
Hex 20 40 BB 53 42 0 1B E4 47 2B
Octal 40 100 273 123 102 0 33 344 107 53
Binary 100000 1000000 10111011 1010011 1000010 0 11011 11100100 1000111 101011

Color Harmonies of #2040BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2040BB

Black with #2040BB

Text Example


Text Example

White with #2040BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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