#2145CA

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

Shades of Persian Blue #2145CA

Tints of Persian Blue #2145CA

Color information

#2145CA (or 0x2145CA) is unknown color: approx Persian Blue. HEX triplet: 21, 45 and CA. RGB value is (33,69,202). Sum of RGB (Red+Green+Blue) = 33+69+202=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #2145CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145CA is #DEBA35. Grayscale: #484848. Windows color (decimal): -14596662 or 13255969. OLE color: 13255969.

HSL color Cylindrical-coordinate representation of color #2145CA: hue angle of 227.22º 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 #2145CA is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3369202-
CMYK0.840.6600.21
HSL227.22º71.91%46.08%-
HSV(B)227.22º83.66%79.22%-
XYZ13.428.8456.88-
YUV73.4200.5799.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.86%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 202 (79.30% from 255) = 66.45%
R=10.86%
G=22.70%
B=66.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33692020.840.6600.21227.2271.9146.08
Hex2145CA5442015e3482e
Octal4110531212410202534311056
Binary10000110001011100101010101001000010010101111000111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2145CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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