#2B30DC

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

Shades of Persian Blue #2B30DC

Tints of Persian Blue #2B30DC

Color information

#2B30DC (or 0x2B30DC) is unknown color: approx Persian Blue. HEX triplet: 2B, 30 and DC. RGB value is (43,48,220). Sum of RGB (Red+Green+Blue) = 43+48+220=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B30DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B30DC is #D4CF23. Grayscale: #414141. Windows color (decimal): -13946660 or 14430251. OLE color: 14430251.

HSL color Cylindrical-coordinate representation of color #2B30DC: hue angle of 238.31º 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 #2B30DC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4348220-
CMYK0.800.7800.14
HSL238.31º71.66%51.57%-
HSV(B)238.31º80.45%86.27%-
XYZ14.977.7968.43-
YUV66.11214.84111.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 220 (86.33% from 255) = 70.74%
R=13.83%
G=15.43%
B=70.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal43482200.800.7800.14238.3171.6651.57
Hex2B30DC504E0Eee4834
Octal536033412011601635611064
Binary101011110000110111001010000100111001110111011101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B30DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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