Html Css Color HEX #3024AC Persian Blue

📋 copy color: '#3024AC'

red 48 ◦ green 36 ◦ blue 172

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

Shades of Persian Blue #3024AC

Tints of Persian Blue #3024AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

 BLUE value IS 172 (67.58% from 255) = 67.19%

R = 18.75%
G = 14.06%
B = 67.19%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3024AC (or 0x3024AC) is known color: Persian Blue. HEX triplet: 30, 24 and AC. RGB value is (48,36,172). Sum of RGB (Red+Green+Blue) = 48+36+172=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #3024AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3024AC is #CFDB53. Grayscale: #363636. Windows color (decimal): -13622100 or 11281456. OLE color: 11281456.

HSL color Cylindrical-coordinate representation of color #3024AC: hue angle of 245.29º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3024AC is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 36 172 -
CMYK 0.72 0.79 0 0.33
HSL 245.29º 0.65% 0.41% -
HSV(B) 245.29º 0.79% 0.67% -
XYZ 9.3 4.87 39.48 -
YUV 55.09 193.98 122.94 -
System Red Green Blue C M Y K H S L
Decimal 48 36 172 0.72 0.79 0 0.33 245.29 0.65 0.41
Hex 30 24 AC 48 4F 0 21 F5 41 29
Octal 60 44 254 110 117 0 41 365 101 51
Binary 110000 100100 10101100 1001000 1001111 0 100001 11110101 1000001 101001

Color Harmonies of #3024AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3024AC

Black with #3024AC

Text Example


Text Example

White with #3024AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3024AC; }

 p { color: rgb(48,36,172); }

 H1.HeaderClassName
 {
   color: #3024AC;
 }
 .AnyTagClassName
 {
   color: #3024AC;
 }
</style>

background-color css

<style>
 a { background-color: #3024AC; }

 a { background-color: rgb(48,36,172); }

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

border-color css

<style>
 span { border-color: #3024AC; }

 span { border-color: rgb(48,36,172); }

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