#2B3ACE

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

Shades of Persian Blue #2B3ACE

Tints of Persian Blue #2B3ACE

Color information

#2B3ACE (or 0x2B3ACE) is unknown color: approx Persian Blue. HEX triplet: 2B, 3A and CE. RGB value is (43,58,206). Sum of RGB (Red+Green+Blue) = 43+58+206=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3ACE is #D4C531. Grayscale: #454545. Windows color (decimal): -13944114 or 13515307. OLE color: 13515307.

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

Color convert

RGB4358206-
CMYK0.790.7200.19
HSL234.48º65.46%48.82%-
HSV(B)234.48º79.13%80.78%-
XYZ13.65859.22-
YUV70.39204.53108.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.01%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 206 (80.86% from 255) = 67.10%
R=14.01%
G=18.89%
B=67.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43582060.790.7200.19234.4865.4648.82
Hex2B3ACE4F48013ea4131
Octal537231611711002335210161
Binary1010111110101100111010011111001000010011111010101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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