Html Css Color HEX #3A24BD Persian Blue

📋 copy color: '#3A24BD'

red 58 ◦ green 36 ◦ blue 189

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

Shades of Persian Blue #3A24BD

Tints of Persian Blue #3A24BD

RGB

 RED value IS 58 (23.05% from 255) = 20.49%

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

 BLUE value IS 189 (74.22% from 255) = 66.78%

R = 20.49%
G = 12.72%
B = 66.78%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A24BD (or 0x3A24BD) is known color: Persian Blue. HEX triplet: 3A, 24 and BD. RGB value is (58,36,189). Sum of RGB (Red+Green+Blue) = 58+36+189=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A24BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A24BD is #C5DB42. Grayscale: #3B3B3B. Windows color (decimal): -12966723 or 12395578. OLE color: 12395578.

HSL color Cylindrical-coordinate representation of color #3A24BD: hue angle of 248.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A24BD is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 36 189 -
CMYK 0.69 0.81 0 0.26
HSL 248.63º 0.68% 0.44% -
HSV(B) 248.63º 0.81% 0.74% -
XYZ 11.56 5.84 48.66 -
YUV 60.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 58 36 189 0.69 0.81 0 0.26 248.63 0.68 0.44
Hex 3A 24 BD 45 51 0 1A F9 44 2C
Octal 72 44 275 105 121 0 32 371 104 54
Binary 111010 100100 10111101 1000101 1010001 0 11010 11111001 1000100 101100

Color Harmonies of #3A24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A24BD

Black with #3A24BD

Text Example


Text Example

White with #3A24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A24BD; }

 p { color: rgb(58,36,189); }

 H1.HeaderClassName
 {
   color: #3A24BD;
 }
 .AnyTagClassName
 {
   color: #3A24BD;
 }
</style>

background-color css

<style>
 a { background-color: #3A24BD; }

 a { background-color: rgb(58,36,189); }

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

border-color css

<style>
 span { border-color: #3A24BD; }

 span { border-color: rgb(58,36,189); }

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