#2B3ADC

Color #2B3ADC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2B3ADC

Tints of Persian Blue #2B3ADC

Color information

#2B3ADC (or 0x2B3ADC) is unknown color: approx 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

RGB4358220-
CMYK0.800.7400.14
HSL234.92º71.66%51.57%-
HSV(B)234.92º80.45%86.27%-
XYZ15.438.7168.58-
YUV71.98211.53107.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 220 (86.33% from 255) = 68.54%
R=13.40%
G=18.07%
B=68.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal43582200.800.7400.14234.9271.6651.57
Hex2B3ADC504A0Eeb4834
Octal537233412011201635311064
Binary101011111010110111001010000100101001110111010111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>