Html Css Color HEX #3426BA Persian Blue

📋 copy color: '#3426BA'

red 52 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #3426BA

Tints of Persian Blue #3426BA

RGB

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

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

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

R = 18.84%
G = 13.77%
B = 67.39%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3426BA (or 0x3426BA) is known color: Persian Blue. HEX triplet: 34, 26 and BA. RGB value is (52,38,186). Sum of RGB (Red+Green+Blue) = 52+38+186=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 38 (15.23% from 255 or 13.77% 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 #3426BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426BA is #CBD945. Grayscale: #3A3A3A. Windows color (decimal): -13359430 or 12199476. OLE color: 12199476.

HSL color Cylindrical-coordinate representation of color #3426BA: hue angle of 245.68º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3426BA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 38 186 -
CMYK 0.72 0.80 0 0.27
HSL 245.68º 0.66% 0.44% -
HSV(B) 245.68º 0.8% 0.73% -
XYZ 10.97 5.66 46.97 -
YUV 59.06 199.64 122.97 -
System Red Green Blue C M Y K H S L
Decimal 52 38 186 0.72 0.80 0 0.27 245.68 0.66 0.44
Hex 34 26 BA 48 50 0 1B F6 42 2C
Octal 64 46 272 110 120 0 33 366 102 54
Binary 110100 100110 10111010 1001000 1010000 0 11011 11110110 1000010 101100

Color Harmonies of #3426BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3426BA

Black with #3426BA

Text Example


Text Example

White with #3426BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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