Html Css Color HEX #2B3ADC Persian Blue

📋 copy color: '#2B3ADC'

red 43 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #2B3ADC

Tints of Persian Blue #2B3ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 13.4%
G = 18.07%
B = 68.54%

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

#2B3ADC (or 0x2B3ADC) is known color: Persian Blue. HEX triplet: 2B, 3A and DC. RGB value is (43,58,220). Sum of RGB (Red+Green+Blue) = 43+58+220=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B3ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3ADC is #D4C523. Grayscale: #474747. Windows color (decimal): -13944100 or 14432811. OLE color: 14432811.

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

Color convert

RGB 43 58 220 -
CMYK 0.80 0.74 0 0.14
HSL 234.92º 0.72% 0.52% -
HSV(B) 234.92º 0.8% 0.86% -
XYZ 15.43 8.71 68.58 -
YUV 71.98 211.53 107.33 -
System Red Green Blue C M Y K H S L
Decimal 43 58 220 0.80 0.74 0 0.14 234.92 0.72 0.52
Hex 2B 3A DC 50 4A 0 E EB 48 34
Octal 53 72 334 120 112 0 16 353 110 64
Binary 101011 111010 11011100 1010000 1001010 0 1110 11101011 1001000 110100

Color Harmonies of #2B3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3ADC

Black with #2B3ADC

Text Example


Text Example

White with #2B3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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