#2C30DD

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

Shades of Persian Blue #2C30DD

Tints of Persian Blue #2C30DD

Color information

#2C30DD (or 0x2C30DD) is unknown color: approx Persian Blue. HEX triplet: 2C, 30 and DD. RGB value is (44,48,221). Sum of RGB (Red+Green+Blue) = 44+48+221=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C30DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C30DD is #D3CF22. Grayscale: #414141. Windows color (decimal): -13881123 or 14495788. OLE color: 14495788.

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

Color convert

RGB4448221-
CMYK0.800.7800.13
HSL238.64º72.24%51.96%-
HSV(B)238.64º80.09%86.67%-
XYZ15.157.8769.13-
YUV66.53215.17111.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.06%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 221 (86.72% from 255) = 70.61%
R=14.06%
G=15.34%
B=70.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44482210.800.7800.13238.6472.2451.96
Hex2C30DD504E0Def4834
Octal546033512011601535711064
Binary101100110000110111011010000100111001101111011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C30DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,48,221); }

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

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

 a { background-color: rgb(44,48,221); }

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

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

 span { border-color: rgb(44,48,221); }

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