Html Css Color HEX #2B3ADB Persian Blue

📋 copy color: '#2B3ADB'

red 43 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #2B3ADB

Tints of Persian Blue #2B3ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

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

R = 13.44%
G = 18.13%
B = 68.44%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B3ADB (or 0x2B3ADB) is known color: Persian Blue. HEX triplet: 2B, 3A and DB. RGB value is (43,58,219). Sum of RGB (Red+Green+Blue) = 43+58+219=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3ADB is #D4C524. Grayscale: #474747. Windows color (decimal): -13944101 or 14367275. OLE color: 14367275.

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

Color convert

RGB 43 58 219 -
CMYK 0.80 0.74 0 0.14
HSL 234.89º 0.71% 0.51% -
HSV(B) 234.89º 0.8% 0.86% -
XYZ 15.3 8.65 67.88 -
YUV 71.87 211.03 107.41 -
System Red Green Blue C M Y K H S L
Decimal 43 58 219 0.80 0.74 0 0.14 234.89 0.71 0.51
Hex 2B 3A DB 50 4A 0 E EB 47 33
Octal 53 72 333 120 112 0 16 353 107 63
Binary 101011 111010 11011011 1010000 1001010 0 1110 11101011 1000111 110011

Color Harmonies of #2B3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3ADB

Black with #2B3ADB

Text Example


Text Example

White with #2B3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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