#2b3bca

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

Shades of Persian Blue #2B3BCA

Tints of Persian Blue #2B3BCA

Color information

#2B3BCA (or 0x2B3BCA) is unknown color: approx Persian Blue. HEX triplet: 2B, 3B and CA. RGB value is (43,59,202). Sum of RGB (Red+Green+Blue) = 43+59+202=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B3BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3BCA is #D4C435. Grayscale: #454545. Windows color (decimal): -13943862 or 13253419. OLE color: 13253419.

HSL color Cylindrical-coordinate representation of color #2B3BCA: hue angle of 233.96º 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 #2B3BCA is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4359202-
CMYK0.790.7100.21
HSL233.96º64.9%48.04%-
HSV(B)233.96º78.71%79.22%-
XYZ13.227.9156.71-
YUV70.52202.2108.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 202 (79.30% from 255) = 66.45%
R=14.14%
G=19.41%
B=66.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43592020.790.7100.21233.9664.948.04
Hex2B3BCA4F47015ea4130
Octal537331211710702535210160
Binary1010111110111100101010011111000111010101111010101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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