Html Css Color HEX #2B40DB Persian Blue

📋 copy color: '#2B40DB'

red 43 ◦ green 64 ◦ blue 219

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

Shades of Persian Blue #2B40DB

Tints of Persian Blue #2B40DB

RGB

 RED value IS 43 (17.19% from 255) = 13.19%

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

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 13.19%
G = 19.63%
B = 67.18%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B40DB (or 0x2B40DB) is known color: Persian Blue. HEX triplet: 2B, 40 and DB. RGB value is (43,64,219). Sum of RGB (Red+Green+Blue) = 43+64+219=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B40DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40DB is #D4BF24. Grayscale: #4A4A4A. Windows color (decimal): -13942565 or 14368811. OLE color: 14368811.

HSL color Cylindrical-coordinate representation of color #2B40DB: hue angle of 232.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B40DB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 64 219 -
CMYK 0.80 0.71 0 0.14
HSL 232.84º 0.71% 0.51% -
HSV(B) 232.84º 0.8% 0.86% -
XYZ 15.62 9.29 67.99 -
YUV 75.39 209.04 104.9 -
System Red Green Blue C M Y K H S L
Decimal 43 64 219 0.80 0.71 0 0.14 232.84 0.71 0.51
Hex 2B 40 DB 50 47 0 E E9 47 33
Octal 53 100 333 120 107 0 16 351 107 63
Binary 101011 1000000 11011011 1010000 1000111 0 1110 11101001 1000111 110011

Color Harmonies of #2B40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B40DB

Black with #2B40DB

Text Example


Text Example

White with #2B40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B40DB; }

 p { color: rgb(43,64,219); }

 H1.HeaderClassName
 {
   color: #2B40DB;
 }
 .AnyTagClassName
 {
   color: #2B40DB;
 }
</style>

background-color css

<style>
 a { background-color: #2B40DB; }

 a { background-color: rgb(43,64,219); }

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

border-color css

<style>
 span { border-color: #2B40DB; }

 span { border-color: rgb(43,64,219); }

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