#2b35d3

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

Shades of Persian Blue #2B35D3

Tints of Persian Blue #2B35D3

Color information

#2B35D3 (or 0x2B35D3) is unknown color: approx Persian Blue. HEX triplet: 2B, 35 and D3. RGB value is (43,53,211). Sum of RGB (Red+Green+Blue) = 43+53+211=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 211 (82.81% from 255 or 68.73% from 307); Max value from RGB is 211 - color contains mainly: blue. Hex color #2B35D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B35D3 is #D4CA2C. Grayscale: #434343. Windows color (decimal): -13945389 or 13841707. OLE color: 13841707.

HSL color Cylindrical-coordinate representation of color #2B35D3: hue angle of 236.43º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B35D3 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4353211-
CMYK0.800.7500.17
HSL236.43º66.14%49.8%-
HSV(B)236.43º79.62%82.75%-
XYZ14.037.7662.39-
YUV68.02208.69110.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.01%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 211 (82.81% from 255) = 68.73%
R=14.01%
G=17.26%
B=68.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43532110.800.7500.17236.4366.1449.8
Hex2B35D3504B011ec4232
Octal536532312011302135410262
Binary1010111101011101001110100001001011010001111011001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b35d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,211); }

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

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

 a { background-color: rgb(43,53,211); }

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

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

 span { border-color: rgb(43,53,211); }

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