Html Css Color HEX #3624BA Persian Blue

📋 copy color: '#3624BA'

red 54 ◦ green 36 ◦ blue 186

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

Shades of Persian Blue #3624BA

Tints of Persian Blue #3624BA

RGB

 RED value IS 54 (21.48% from 255) = 19.57%

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

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 19.57%
G = 13.04%
B = 67.39%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3624BA (or 0x3624BA) is known color: Persian Blue. HEX triplet: 36, 24 and BA. RGB value is (54,36,186). Sum of RGB (Red+Green+Blue) = 54+36+186=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #3624BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3624BA is #C9DB45. Grayscale: #393939. Windows color (decimal): -13228870 or 12198966. OLE color: 12198966.

HSL color Cylindrical-coordinate representation of color #3624BA: hue angle of 247.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3624BA is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 36 186 -
CMYK 0.71 0.81 0 0.27
HSL 247.2º 0.68% 0.44% -
HSV(B) 247.2º 0.81% 0.73% -
XYZ 11.02 5.59 46.95 -
YUV 58.48 199.96 124.8 -
System Red Green Blue C M Y K H S L
Decimal 54 36 186 0.71 0.81 0 0.27 247.2 0.68 0.44
Hex 36 24 BA 47 51 0 1B F7 44 2C
Octal 66 44 272 107 121 0 33 367 104 54
Binary 110110 100100 10111010 1000111 1010001 0 11011 11110111 1000100 101100

Color Harmonies of #3624BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3624BA

Black with #3624BA

Text Example


Text Example

White with #3624BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3624BA; }

 p { color: rgb(54,36,186); }

 H1.HeaderClassName
 {
   color: #3624BA;
 }
 .AnyTagClassName
 {
   color: #3624BA;
 }
</style>

background-color css

<style>
 a { background-color: #3624BA; }

 a { background-color: rgb(54,36,186); }

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

border-color css

<style>
 span { border-color: #3624BA; }

 span { border-color: rgb(54,36,186); }

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