Html Css Color HEX #212FAA Persian Blue

📋 copy color: '#212FAA'

red 33 ◦ green 47 ◦ blue 170

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

Shades of Persian Blue #212FAA

Tints of Persian Blue #212FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68%

R = 13.2%
G = 18.8%
B = 68%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#212FAA (or 0x212FAA) is known color: Persian Blue. HEX triplet: 21, 2F and AA. RGB value is (33,47,170). Sum of RGB (Red+Green+Blue) = 33+47+170=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #212FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212FAA is #DED055. Grayscale: #383838. Windows color (decimal): -14602326 or 11153185. OLE color: 11153185.

HSL color Cylindrical-coordinate representation of color #212FAA: hue angle of 233.87º degrees, saturation: 0.67, 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 #212FAA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 47 170 -
CMYK 0.81 0.72 0 0.33
HSL 233.87º 0.67% 0.4% -
HSV(B) 233.87º 0.81% 0.67% -
XYZ 8.9 5.26 38.58 -
YUV 56.84 191.86 111 -
System Red Green Blue C M Y K H S L
Decimal 33 47 170 0.81 0.72 0 0.33 233.87 0.67 0.4
Hex 21 2F AA 51 48 0 21 EA 43 28
Octal 41 57 252 121 110 0 41 352 103 50
Binary 100001 101111 10101010 1010001 1001000 0 100001 11101010 1000011 101000

Color Harmonies of #212FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FAA

Black with #212FAA

Text Example


Text Example

White with #212FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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