#2A3FBB

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

Shades of Persian Blue #2A3FBB

Tints of Persian Blue #2A3FBB

Color information

#2A3FBB (or 0x2A3FBB) is unknown color: approx Persian Blue. HEX triplet: 2A, 3F and BB. RGB value is (42,63,187). Sum of RGB (Red+Green+Blue) = 42+63+187=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A3FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3FBB is #D5C044. Grayscale: #464646. Windows color (decimal): -14008389 or 12271402. OLE color: 12271402.

HSL color Cylindrical-coordinate representation of color #2A3FBB: hue angle of 231.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A3FBB is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4263187-
CMYK0.780.6600.27
HSL231.31º63.32%44.9%-
HSV(B)231.31º77.54%73.33%-
XYZ11.77.6447.87-
YUV70.86193.54107.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.38%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 187 (73.44% from 255) = 64.04%
R=14.38%
G=21.58%
B=64.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42631870.780.6600.27231.3163.3244.9
Hex2A3FBB4E4201Be73f2d
Octal52772731161020333477755
Binary101010111111101110111001110100001001101111100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,187); }

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

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

 a { background-color: rgb(42,63,187); }

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

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

 span { border-color: rgb(42,63,187); }

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