#2C30DC

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

Shades of Persian Blue #2C30DC

Tints of Persian Blue #2C30DC

Color information

#2C30DC (or 0x2C30DC) is unknown color: approx Persian Blue. HEX triplet: 2C, 30 and DC. RGB value is (44,48,220). Sum of RGB (Red+Green+Blue) = 44+48+220=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C30DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C30DC is #D3CF23. Grayscale: #414141. Windows color (decimal): -13881124 or 14430252. OLE color: 14430252.

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

Color convert

RGB4448220-
CMYK0.80.7800.14
HSL238.64º71.54%51.76%-
HSV(B)238.64º80%86.27%-
XYZ15.017.8268.43-
YUV66.41214.67112.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.10%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 220 (86.33% from 255) = 70.51%
R=14.10%
G=15.38%
B=70.51%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal44482200.80.7800.14238.6471.5451.76
Hex2C30DC504E0Eef4834
Octal546033412011601635711064
Binary101100110000110111001010000100111001110111011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C30DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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