Html Css Color HEX #2B2FDB Persian Blue

📋 copy color: '#2B2FDB'

red 43 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #2B2FDB

Tints of Persian Blue #2B2FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

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

R = 13.92%
G = 15.21%
B = 70.87%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B2FDB (or 0x2B2FDB) is known color: Persian Blue. HEX triplet: 2B, 2F and DB. RGB value is (43,47,219). Sum of RGB (Red+Green+Blue) = 43+47+219=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B2FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2FDB is #D4D024. Grayscale: #404040. Windows color (decimal): -13946917 or 14364459. OLE color: 14364459.

HSL color Cylindrical-coordinate representation of color #2B2FDB: hue angle of 238.64º 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 #2B2FDB is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 47 219 -
CMYK 0.80 0.79 0 0.14
HSL 238.64º 0.71% 0.51% -
HSV(B) 238.64º 0.8% 0.86% -
XYZ 14.8 7.66 67.72 -
YUV 65.41 214.67 112.01 -
System Red Green Blue C M Y K H S L
Decimal 43 47 219 0.80 0.79 0 0.14 238.64 0.71 0.51
Hex 2B 2F DB 50 4F 0 E EF 47 33
Octal 53 57 333 120 117 0 16 357 107 63
Binary 101011 101111 11011011 1010000 1001111 0 1110 11101111 1000111 110011

Color Harmonies of #2B2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2FDB

Black with #2B2FDB

Text Example


Text Example

White with #2B2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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