#2B3ACD

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

Shades of Persian Blue #2B3ACD

Tints of Persian Blue #2B3ACD

Color information

#2B3ACD (or 0x2B3ACD) is unknown color: approx Persian Blue. HEX triplet: 2B, 3A and CD. RGB value is (43,58,205). Sum of RGB (Red+Green+Blue) = 43+58+205=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B3ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3ACD is #D4C532. Grayscale: #454545. Windows color (decimal): -13944115 or 13449771. OLE color: 13449771.

HSL color Cylindrical-coordinate representation of color #2B3ACD: hue angle of 234.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B3ACD is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4358205-
CMYK0.790.7200.20
HSL234.44º65.32%48.63%-
HSV(B)234.44º79.02%80.39%-
XYZ13.537.9558.58-
YUV70.27204.03108.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 205 (80.47% from 255) = 66.99%
R=14.05%
G=18.95%
B=66.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal43582050.790.7200.20234.4465.3248.63
Hex2B3ACD4F48014ea4131
Octal537231511711002435210161
Binary1010111110101100110110011111001000010100111010101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B3ACD;
 }
 .AnyTagClassName
 {
   color: #2B3ACD;
 }
</style>
background-color css

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

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

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

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

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

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