Html Css Color HEX #3A24CC Persian Blue

📋 copy color: '#3A24CC'

red 58 ◦ green 36 ◦ blue 204

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

Shades of Persian Blue #3A24CC

Tints of Persian Blue #3A24CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 19.46%
G = 12.08%
B = 68.46%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A24CC (or 0x3A24CC) is known color: Persian Blue. HEX triplet: 3A, 24 and CC. RGB value is (58,36,204). Sum of RGB (Red+Green+Blue) = 58+36+204=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A24CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A24CC is #C5DB33. Grayscale: #3D3D3D. Windows color (decimal): -12966708 or 13378618. OLE color: 13378618.

HSL color Cylindrical-coordinate representation of color #3A24CC: hue angle of 247.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A24CC is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 36 204 -
CMYK 0.72 0.82 0 0.2
HSL 247.86º 0.7% 0.47% -
HSV(B) 247.86º 0.82% 0.8% -
XYZ 13.27 6.52 57.69 -
YUV 61.73 208.29 125.34 -
System Red Green Blue C M Y K H S L
Decimal 58 36 204 0.72 0.82 0 0.2 247.86 0.7 0.47
Hex 3A 24 CC 48 52 0 14 F8 46 2F
Octal 72 44 314 110 122 0 24 370 106 57
Binary 111010 100100 11001100 1001000 1010010 0 10100 11111000 1000110 101111

Color Harmonies of #3A24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A24CC

Black with #3A24CC

Text Example


Text Example

White with #3A24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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