#2A3BBF

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

Shades of Persian Blue #2A3BBF

Tints of Persian Blue #2A3BBF

Color information

#2A3BBF (or 0x2A3BBF) is unknown color: approx Persian Blue. HEX triplet: 2A, 3B and BF. RGB value is (42,59,191). Sum of RGB (Red+Green+Blue) = 42+59+191=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A3BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3BBF is #D5C440. Grayscale: #444444. Windows color (decimal): -14009409 or 12532522. OLE color: 12532522.

HSL color Cylindrical-coordinate representation of color #2A3BBF: hue angle of 233.15º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A3BBF is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4259191-
CMYK0.780.6900.25
HSL233.15º63.95%45.69%-
HSV(B)233.15º78.01%74.9%-
XYZ11.927.3850.09-
YUV68.96196.87108.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.38%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 191 (75% from 255) = 65.41%
R=14.38%
G=20.21%
B=65.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42591910.780.6900.25233.1563.9545.69
Hex2A3BBF4E45019e9402e
Octal527327711610503135110056
Binary1010101110111011111110011101000101011001111010011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,59,191); }

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

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

 a { background-color: rgb(42,59,191); }

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

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

 span { border-color: rgb(42,59,191); }

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