Html Css Color HEX #2B29DA Persian Blue

📋 copy color: '#2B29DA'

red 43 ◦ green 41 ◦ blue 218

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

Shades of Persian Blue #2B29DA

Tints of Persian Blue #2B29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.19%

R = 14.24%
G = 13.58%
B = 72.19%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2B29DA (or 0x2B29DA) is known color: Persian Blue. HEX triplet: 2B, 29 and DA. RGB value is (43,41,218). Sum of RGB (Red+Green+Blue) = 43+41+218=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B29DA is #D4D625. Grayscale: #3D3D3D. Windows color (decimal): -13948454 or 14297387. OLE color: 14297387.

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

Color convert

RGB 43 41 218 -
CMYK 0.80 0.81 0 0.15
HSL 240.68º 0.71% 0.51% -
HSV(B) 240.68º 0.81% 0.85% -
XYZ 14.44 7.16 66.95 -
YUV 61.78 216.16 114.61 -
System Red Green Blue C M Y K H S L
Decimal 43 41 218 0.80 0.81 0 0.15 240.68 0.71 0.51
Hex 2B 29 DA 50 51 0 F F1 47 33
Octal 53 51 332 120 121 0 17 361 107 63
Binary 101011 101001 11011010 1010000 1010001 0 1111 11110001 1000111 110011

Color Harmonies of #2B29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B29DA

Black with #2B29DA

Text Example


Text Example

White with #2B29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,41,218); }

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

background-color css

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

 a { background-color: rgb(43,41,218); }

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

border-color css

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

 span { border-color: rgb(43,41,218); }

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