#2B35BD

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

Shades of Persian Blue #2B35BD

Tints of Persian Blue #2B35BD

Color information

#2B35BD (or 0x2B35BD) is unknown color: approx Persian Blue. HEX triplet: 2B, 35 and BD. RGB value is (43,53,189). Sum of RGB (Red+Green+Blue) = 43+53+189=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B35BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B35BD is #D4CA42. Grayscale: #404040. Windows color (decimal): -13945411 or 12399915. OLE color: 12399915.

HSL color Cylindrical-coordinate representation of color #2B35BD: hue angle of 235.89º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B35BD is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4353189-
CMYK0.770.7200.26
HSL235.89º62.93%45.49%-
HSV(B)235.89º77.25%74.12%-
XYZ11.456.7348.84-
YUV65.51197.69111.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 189 (74.22% from 255) = 66.32%
R=15.09%
G=18.60%
B=66.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal43531890.770.7200.26235.8962.9345.49
Hex2B35BD4D4801Aec3f2d
Octal53652751151100323547755
Binary101011110101101111011001101100100001101011101100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B35BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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