#2A30CA

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

Shades of Persian Blue #2A30CA

Tints of Persian Blue #2A30CA

Color information

#2A30CA (or 0x2A30CA) is unknown color: approx Persian Blue. HEX triplet: 2A, 30 and CA. RGB value is (42,48,202). Sum of RGB (Red+Green+Blue) = 42+48+202=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A30CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A30CA is #D5CF35. Grayscale: #3F3F3F. Windows color (decimal): -14012214 or 13250602. OLE color: 13250602.

HSL color Cylindrical-coordinate representation of color #2A30CA: hue angle of 237.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A30CA is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4248202-
CMYK0.790.7600.21
HSL237.75º65.57%47.84%-
HSV(B)237.75º79.21%79.22%-
XYZ12.676.8756.54-
YUV63.76206.01112.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.38%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 202 (79.30% from 255) = 69.18%
R=14.38%
G=16.44%
B=69.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42482020.790.7600.21237.7565.5747.84
Hex2A30CA4F4C015ee4230
Octal526031211711402535610260
Binary1010101100001100101010011111001100010101111011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A30CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,202); }

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

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

 a { background-color: rgb(42,48,202); }

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

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

 span { border-color: rgb(42,48,202); }

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