#2B2FDC

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

Shades of Persian Blue #2B2FDC

Tints of Persian Blue #2B2FDC

Color information

#2B2FDC (or 0x2B2FDC) is unknown color: approx Persian Blue. HEX triplet: 2B, 2F and DC. RGB value is (43,47,220). Sum of RGB (Red+Green+Blue) = 43+47+220=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B2FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2FDC is #D4D023. Grayscale: #404040. Windows color (decimal): -13946916 or 14429995. OLE color: 14429995.

HSL color Cylindrical-coordinate representation of color #2B2FDC: hue angle of 238.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B2FDC is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4347220-
CMYK0.800.7900.14
HSL238.64º71.66%51.57%-
HSV(B)238.64º80.45%86.27%-
XYZ14.937.7168.41-
YUV65.53215.17111.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.87%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 220 (86.33% from 255) = 70.97%
R=13.87%
G=15.16%
B=70.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal43472200.800.7900.14238.6471.6651.57
Hex2B2FDC504F0Eef4834
Octal535733412011701635711064
Binary101011101111110111001010000100111101110111011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,47,220); }

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

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

 a { background-color: rgb(43,47,220); }

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

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

 span { border-color: rgb(43,47,220); }

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