Html Css Color HEX #3424BD Persian Blue

📋 copy color: '#3424BD'

red 52 ◦ green 36 ◦ blue 189

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

Shades of Persian Blue #3424BD

Tints of Persian Blue #3424BD

RGB

 RED value IS 52 (20.7% from 255) = 18.77%

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

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

R = 18.77%
G = 13%
B = 68.23%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3424BD (or 0x3424BD) is known color: Persian Blue. HEX triplet: 34, 24 and BD. RGB value is (52,36,189). Sum of RGB (Red+Green+Blue) = 52+36+189=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #3424BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424BD is #CBDB42. Grayscale: #393939. Windows color (decimal): -13359939 or 12395572. OLE color: 12395572.

HSL color Cylindrical-coordinate representation of color #3424BD: hue angle of 246.27º 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 #3424BD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 36 189 -
CMYK 0.72 0.81 0 0.26
HSL 246.27º 0.68% 0.44% -
HSV(B) 246.27º 0.81% 0.74% -
XYZ 11.23 5.67 48.65 -
YUV 58.23 201.8 123.56 -
System Red Green Blue C M Y K H S L
Decimal 52 36 189 0.72 0.81 0 0.26 246.27 0.68 0.44
Hex 34 24 BD 48 51 0 1A F6 44 2C
Octal 64 44 275 110 121 0 32 366 104 54
Binary 110100 100100 10111101 1001000 1010001 0 11010 11110110 1000100 101100

Color Harmonies of #3424BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3424BD

Black with #3424BD

Text Example


Text Example

White with #3424BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3424BD; }

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

 H1.HeaderClassName
 {
   color: #3424BD;
 }
 .AnyTagClassName
 {
   color: #3424BD;
 }
</style>

background-color css

<style>
 a { background-color: #3424BD; }

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

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

border-color css

<style>
 span { border-color: #3424BD; }

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

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