#212FCA

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

Shades of Persian Blue #212FCA

Tints of Persian Blue #212FCA

Color information

#212FCA (or 0x212FCA) is unknown color: approx Persian Blue. HEX triplet: 21, 2F and CA. RGB value is (33,47,202). Sum of RGB (Red+Green+Blue) = 33+47+202=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #212FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FCA is #DED035. Grayscale: #3B3B3B. Windows color (decimal): -14602294 or 13250337. OLE color: 13250337.

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

Color convert

RGB3347202-
CMYK0.840.7700.21
HSL235.03º71.91%46.08%-
HSV(B)235.03º83.66%79.22%-
XYZ12.36.6256.51-
YUV60.48207.86108.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 202 (79.30% from 255) = 71.63%
R=11.70%
G=16.67%
B=71.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33472020.840.7700.21235.0371.9146.08
Hex212FCA544D015eb482e
Octal415731212411502535311056
Binary1000011011111100101010101001001101010101111010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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