#2A36BF

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

Shades of Persian Blue #2A36BF

Tints of Persian Blue #2A36BF

Color information

#2A36BF (or 0x2A36BF) is unknown color: approx Persian Blue. HEX triplet: 2A, 36 and BF. RGB value is (42,54,191). Sum of RGB (Red+Green+Blue) = 42+54+191=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A36BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A36BF is #D5C940. Grayscale: #414141. Windows color (decimal): -14010689 or 12531242. OLE color: 12531242.

HSL color Cylindrical-coordinate representation of color #2A36BF: hue angle of 235.17º 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 #2A36BF is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4254191-
CMYK0.780.7200.25
HSL235.17º63.95%45.69%-
HSV(B)235.17º78.01%74.9%-
XYZ11.686.8950.01-
YUV66.03198.52110.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.63%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 191 (75% from 255) = 66.55%
R=14.63%
G=18.82%
B=66.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42541910.780.7200.25235.1763.9545.69
Hex2A36BF4E48019eb402e
Octal526627711611003135310056
Binary1010101101101011111110011101001000011001111010111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A36BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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