#2130CA

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

Shades of Persian Blue #2130CA

Tints of Persian Blue #2130CA

Color information

#2130CA (or 0x2130CA) is unknown color: approx Persian Blue. HEX triplet: 21, 30 and CA. RGB value is (33,48,202). Sum of RGB (Red+Green+Blue) = 33+48+202=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #2130CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2130CA is #DECF35. Grayscale: #3C3C3C. Windows color (decimal): -14602038 or 13250593. OLE color: 13250593.

HSL color Cylindrical-coordinate representation of color #2130CA: hue angle of 234.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2130CA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3348202-
CMYK0.840.7600.21
HSL234.67º71.91%46.08%-
HSV(B)234.67º83.66%79.22%-
XYZ12.346.756.52-
YUV61.07207.53107.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 202 (79.30% from 255) = 71.38%
R=11.66%
G=16.96%
B=71.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33482020.840.7600.21234.6771.9146.08
Hex2130CA544C015eb482e
Octal416031212411402535311056
Binary1000011100001100101010101001001100010101111010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2130CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2130CA; }

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

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

<style>
 a { background-color: #2130CA; }

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

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

<style>
 span { border-color: #2130CA; }

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

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