Html Css Color HEX #212FAC Persian Blue

📋 copy color: '#212FAC'

red 33 ◦ green 47 ◦ blue 172

#212FAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #212FAC

Tints of Persian Blue #212FAC

RGB

 RED value IS 33 (13.28% from 255) = 13.1%

 GREEN value IS 47 (18.75% from 255) = 18.65%

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 13.1%
G = 18.65%
B = 68.25%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#212FAC (or 0x212FAC) is known color: Persian Blue. HEX triplet: 21, 2F and AC. RGB value is (33,47,172). Sum of RGB (Red+Green+Blue) = 33+47+172=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #212FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212FAC is #DED053. Grayscale: #383838. Windows color (decimal): -14602324 or 11284257. OLE color: 11284257.

HSL color Cylindrical-coordinate representation of color #212FAC: hue angle of 233.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212FAC is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 47 172 -
CMYK 0.81 0.73 0 0.33
HSL 233.96º 0.68% 0.4% -
HSV(B) 233.96º 0.81% 0.67% -
XYZ 9.09 5.33 39.58 -
YUV 57.06 192.86 110.84 -
System Red Green Blue C M Y K H S L
Decimal 33 47 172 0.81 0.73 0 0.33 233.96 0.68 0.4
Hex 21 2F AC 51 49 0 21 EA 44 28
Octal 41 57 254 121 111 0 41 352 104 50
Binary 100001 101111 10101100 1010001 1001001 0 100001 11101010 1000100 101000

Color Harmonies of #212FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FAC

Black with #212FAC

Text Example


Text Example

White with #212FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #212FAC;
 }
 .AnyTagClassName
 {
   color: #212FAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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