Html Css Color HEX #212FAE Persian Blue

📋 copy color: '#212FAE'

red 33 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #212FAE

Tints of Persian Blue #212FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 12.99%
G = 18.5%
B = 68.5%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#212FAE (or 0x212FAE) is known color: Persian Blue. HEX triplet: 21, 2F and AE. RGB value is (33,47,174). Sum of RGB (Red+Green+Blue) = 33+47+174=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #212FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212FAE is #DED051. Grayscale: #383838. Windows color (decimal): -14602322 or 11415329. OLE color: 11415329.

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

Color convert

RGB 33 47 174 -
CMYK 0.81 0.73 0 0.32
HSL 234.04º 0.68% 0.41% -
HSV(B) 234.04º 0.81% 0.68% -
XYZ 9.28 5.41 40.6 -
YUV 57.29 193.86 110.67 -
System Red Green Blue C M Y K H S L
Decimal 33 47 174 0.81 0.73 0 0.32 234.04 0.68 0.41
Hex 21 2F AE 51 49 0 20 EA 44 29
Octal 41 57 256 121 111 0 40 352 104 51
Binary 100001 101111 10101110 1010001 1001001 0 100000 11101010 1000100 101001

Color Harmonies of #212FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FAE

Black with #212FAE

Text Example


Text Example

White with #212FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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