Html Css Color HEX #202FAE Persian Blue

📋 copy color: '#202FAE'

red 32 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #202FAE

Tints of Persian Blue #202FAE

RGB

 RED value IS 32 (12.89% from 255) = 12.65%

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

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

R = 12.65%
G = 18.58%
B = 68.77%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#202FAE (or 0x202FAE) is known color: Persian Blue. HEX triplet: 20, 2F and AE. RGB value is (32,47,174). Sum of RGB (Red+Green+Blue) = 32+47+174=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #202FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202FAE is #DFD051. Grayscale: #383838. Windows color (decimal): -14667858 or 11415328. OLE color: 11415328.

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

Color convert

RGB 32 47 174 -
CMYK 0.82 0.73 0 0.32
HSL 233.66º 0.69% 0.4% -
HSV(B) 233.66º 0.82% 0.68% -
XYZ 9.25 5.4 40.6 -
YUV 56.99 194.03 110.17 -
System Red Green Blue C M Y K H S L
Decimal 32 47 174 0.82 0.73 0 0.32 233.66 0.69 0.4
Hex 20 2F AE 52 49 0 20 EA 45 28
Octal 40 57 256 122 111 0 40 352 105 50
Binary 100000 101111 10101110 1010010 1001001 0 100000 11101010 1000101 101000

Color Harmonies of #202FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202FAE

Black with #202FAE

Text Example


Text Example

White with #202FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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