Html Css Color HEX #2030AE Persian Blue

📋 copy color: '#2030AE'

red 32 ◦ green 48 ◦ blue 174

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

Shades of Persian Blue #2030AE

Tints of Persian Blue #2030AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

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

R = 12.6%
G = 18.9%
B = 68.5%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2030AE (or 0x2030AE) is known color: Persian Blue. HEX triplet: 20, 30 and AE. RGB value is (32,48,174). Sum of RGB (Red+Green+Blue) = 32+48+174=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 48 (19.14% from 255 or 18.90% 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 #2030AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2030AE is #DFCF51. Grayscale: #393939. Windows color (decimal): -14667602 or 11415584. OLE color: 11415584.

HSL color Cylindrical-coordinate representation of color #2030AE: hue angle of 233.24º 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 #2030AE is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 48 174 -
CMYK 0.82 0.72 0 0.32
HSL 233.24º 0.69% 0.4% -
HSV(B) 233.24º 0.82% 0.68% -
XYZ 9.29 5.48 40.61 -
YUV 57.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 32 48 174 0.82 0.72 0 0.32 233.24 0.69 0.4
Hex 20 30 AE 52 48 0 20 E9 45 28
Octal 40 60 256 122 110 0 40 351 105 50
Binary 100000 110000 10101110 1010010 1001000 0 100000 11101001 1000101 101000

Color Harmonies of #2030AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2030AE

Black with #2030AE

Text Example


Text Example

White with #2030AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2030AE; }

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

 H1.HeaderClassName
 {
   color: #2030AE;
 }
 .AnyTagClassName
 {
   color: #2030AE;
 }
</style>

background-color css

<style>
 a { background-color: #2030AE; }

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

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

border-color css

<style>
 span { border-color: #2030AE; }

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

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