#2B40CA

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

Shades of Persian Blue #2B40CA

Tints of Persian Blue #2B40CA

Color information

#2B40CA (or 0x2B40CA) is unknown color: approx Persian Blue. HEX triplet: 2B, 40 and CA. RGB value is (43,64,202). Sum of RGB (Red+Green+Blue) = 43+64+202=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B40CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40CA is #D4BF35. Grayscale: #484848. Windows color (decimal): -13942582 or 13254699. OLE color: 13254699.

HSL color Cylindrical-coordinate representation of color #2B40CA: hue angle of 232.08º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B40CA is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4364202-
CMYK0.790.6800.21
HSL232.08º64.9%48.04%-
HSV(B)232.08º78.71%79.22%-
XYZ13.498.4456.8-
YUV73.45200.54106.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.92%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 202 (79.30% from 255) = 65.37%
R=13.92%
G=20.71%
B=65.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43642020.790.6800.21232.0864.948.04
Hex2B40CA4F44015e84130
Octal5310031211710402535010160
Binary10101110000001100101010011111000100010101111010001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B40CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,202); }

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

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

 a { background-color: rgb(43,64,202); }

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

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

 span { border-color: rgb(43,64,202); }

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