#2B2CC4

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

Shades of Persian Blue #2B2CC4

Tints of Persian Blue #2B2CC4

Color information

#2B2CC4 (or 0x2B2CC4) is unknown color: approx Persian Blue. HEX triplet: 2B, 2C and C4. RGB value is (43,44,196). Sum of RGB (Red+Green+Blue) = 43+44+196=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #2B2CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2CC4 is #D4D33B. Grayscale: #3C3C3C. Windows color (decimal): -13947708 or 12856363. OLE color: 12856363.

HSL color Cylindrical-coordinate representation of color #2B2CC4: hue angle of 239.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B2CC4 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4344196-
CMYK0.780.7800.23
HSL239.61º64.02%46.86%-
HSV(B)239.61º78.06%76.86%-
XYZ11.866.352.82-
YUV61.03204.17115.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 196 (76.95% from 255) = 69.26%
R=15.19%
G=15.55%
B=69.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal43441960.780.7800.23239.6164.0246.86
Hex2B2CC44E4E017f0402f
Octal535430411611602736010057
Binary1010111011001100010010011101001110010111111100001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,44,196); }

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

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

 a { background-color: rgb(43,44,196); }

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

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

 span { border-color: rgb(43,44,196); }

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