Html Css Color HEX #3423BA Persian Blue

📋 copy color: '#3423BA'

red 52 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #3423BA

Tints of Persian Blue #3423BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 19.05%
G = 12.82%
B = 68.13%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3423BA (or 0x3423BA) is known color: Persian Blue. HEX triplet: 34, 23 and BA. RGB value is (52,35,186). Sum of RGB (Red+Green+Blue) = 52+35+186=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #3423BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3423BA is #CBDC45. Grayscale: #383838. Windows color (decimal): -13360198 or 12198708. OLE color: 12198708.

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

Color convert

RGB 52 35 186 -
CMYK 0.72 0.81 0 0.27
HSL 246.76º 0.68% 0.43% -
HSV(B) 246.76º 0.81% 0.73% -
XYZ 10.88 5.48 46.94 -
YUV 57.3 200.63 124.22 -
System Red Green Blue C M Y K H S L
Decimal 52 35 186 0.72 0.81 0 0.27 246.76 0.68 0.43
Hex 34 23 BA 48 51 0 1B F7 44 2B
Octal 64 43 272 110 121 0 33 367 104 53
Binary 110100 100011 10111010 1001000 1010001 0 11011 11110111 1000100 101011

Color Harmonies of #3423BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3423BA

Black with #3423BA

Text Example


Text Example

White with #3423BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,35,186); }

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

background-color css

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

 a { background-color: rgb(52,35,186); }

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

border-color css

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

 span { border-color: rgb(52,35,186); }

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