#212ccf

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

Shades of Persian Blue #212CCF

Tints of Persian Blue #212CCF

Color information

#212CCF (or 0x212CCF) is unknown color: approx Persian Blue. HEX triplet: 21, 2C and CF. RGB value is (33,44,207). Sum of RGB (Red+Green+Blue) = 33+44+207=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #212CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CCF is #DED330. Grayscale: #3A3A3A. Windows color (decimal): -14603057 or 13577249. OLE color: 13577249.

HSL color Cylindrical-coordinate representation of color #212CCF: hue angle of 236.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212CCF is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3344207-
CMYK0.840.7900.19
HSL236.21º72.5%47.06%-
HSV(B)236.21º84.06%81.18%-
XYZ12.796.6359.64-
YUV59.29211.36109.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 207 (81.25% from 255) = 72.89%
R=11.62%
G=15.49%
B=72.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33442070.840.7900.19236.2172.547.06
Hex212CCF544F013ec482f
Octal415431712411702335411057
Binary1000011011001100111110101001001111010011111011001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212ccf; }

 p { color: rgb(33,44,207); }

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

<style>
 a { background-color: #212ccf; }

 a { background-color: rgb(33,44,207); }

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

<style>
 span { border-color: #212ccf; }

 span { border-color: rgb(33,44,207); }

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