Html Css Color HEX #3032AA Persian Blue

📋 copy color: '#3032AA'

red 48 ◦ green 50 ◦ blue 170

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

Shades of Persian Blue #3032AA

Tints of Persian Blue #3032AA

RGB

 RED value IS 48 (19.14% from 255) = 17.91%

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 17.91%
G = 18.66%
B = 63.43%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3032AA (or 0x3032AA) is known color: Persian Blue. HEX triplet: 30, 32 and AA. RGB value is (48,50,170). Sum of RGB (Red+Green+Blue) = 48+50+170=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #3032AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3032AA is #CFCD55. Grayscale: #3E3E3E. Windows color (decimal): -13618518 or 11153968. OLE color: 11153968.

HSL color Cylindrical-coordinate representation of color #3032AA: hue angle of 239.02º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3032AA is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 50 170 -
CMYK 0.72 0.71 0 0.33
HSL 239.02º 0.56% 0.43% -
HSV(B) 239.02º 0.72% 0.67% -
XYZ 9.62 5.81 38.65 -
YUV 63.08 188.34 117.24 -
System Red Green Blue C M Y K H S L
Decimal 48 50 170 0.72 0.71 0 0.33 239.02 0.56 0.43
Hex 30 32 AA 48 47 0 21 EF 38 2B
Octal 60 62 252 110 107 0 41 357 70 53
Binary 110000 110010 10101010 1001000 1000111 0 100001 11101111 111000 101011

Color Harmonies of #3032AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3032AA

Black with #3032AA

Text Example


Text Example

White with #3032AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3032AA; }

 p { color: rgb(48,50,170); }

 H1.HeaderClassName
 {
   color: #3032AA;
 }
 .AnyTagClassName
 {
   color: #3032AA;
 }
</style>

background-color css

<style>
 a { background-color: #3032AA; }

 a { background-color: rgb(48,50,170); }

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

border-color css

<style>
 span { border-color: #3032AA; }

 span { border-color: rgb(48,50,170); }

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