#2B3DB3

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

Shades of Persian Blue #2B3DB3

Tints of Persian Blue #2B3DB3

Color information

#2B3DB3 (or 0x2B3DB3) is unknown color: approx Persian Blue. HEX triplet: 2B, 3D and B3. RGB value is (43,61,179). Sum of RGB (Red+Green+Blue) = 43+61+179=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B3DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3DB3 is #D4C24C. Grayscale: #444444. Windows color (decimal): -13943373 or 11746603. OLE color: 11746603.

HSL color Cylindrical-coordinate representation of color #2B3DB3: hue angle of 232.06º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B3DB3 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4361179-
CMYK0.760.6600.30
HSL232.06º61.26%43.53%-
HSV(B)232.06º75.98%70.2%-
XYZ10.87.1143.45-
YUV69.07190.04109.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 179 (70.31% from 255) = 63.25%
R=15.19%
G=21.55%
B=63.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43611790.760.6600.30232.0661.2643.53
Hex2B3DB34C4201Ee83d2c
Octal53752631141020363507554
Binary101011111101101100111001100100001001111011101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,61,179); }

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

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

 a { background-color: rgb(43,61,179); }

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

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

 span { border-color: rgb(43,61,179); }

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