Html Css Color HEX #3426C9 Persian Blue

📋 copy color: '#3426C9'

red 52 ◦ green 38 ◦ blue 201

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

Shades of Persian Blue #3426C9

Tints of Persian Blue #3426C9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 201 (78.91% from 255) = 69.07%

R = 17.87%
G = 13.06%
B = 69.07%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3426C9 (or 0x3426C9) is known color: Persian Blue. HEX triplet: 34, 26 and C9. RGB value is (52,38,201). Sum of RGB (Red+Green+Blue) = 52+38+201=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 201 (78.91% from 255 or 69.07% from 291); Max value from RGB is 201 - color contains mainly: blue. Hex color #3426C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426C9 is #CBD936. Grayscale: #3C3C3C. Windows color (decimal): -13359415 or 13182516. OLE color: 13182516.

HSL color Cylindrical-coordinate representation of color #3426C9: hue angle of 245.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3426C9 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 38 201 -
CMYK 0.74 0.81 0 0.21
HSL 245.15º 0.68% 0.47% -
HSV(B) 245.15º 0.81% 0.79% -
XYZ 12.65 6.33 55.81 -
YUV 60.77 207.14 121.75 -
System Red Green Blue C M Y K H S L
Decimal 52 38 201 0.74 0.81 0 0.21 245.15 0.68 0.47
Hex 34 26 C9 4A 51 0 15 F5 44 2F
Octal 64 46 311 112 121 0 25 365 104 57
Binary 110100 100110 11001001 1001010 1010001 0 10101 11110101 1000100 101111

Color Harmonies of #3426C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3426C9

Black with #3426C9

Text Example


Text Example

White with #3426C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3426C9; }

 p { color: rgb(52,38,201); }

 H1.HeaderClassName
 {
   color: #3426C9;
 }
 .AnyTagClassName
 {
   color: #3426C9;
 }
</style>

background-color css

<style>
 a { background-color: #3426C9; }

 a { background-color: rgb(52,38,201); }

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

border-color css

<style>
 span { border-color: #3426C9; }

 span { border-color: rgb(52,38,201); }

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