Html Css Color HEX #3426BB Persian Blue

📋 copy color: '#3426BB'

red 52 ◦ green 38 ◦ blue 187

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

Shades of Persian Blue #3426BB

Tints of Persian Blue #3426BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.51%

R = 18.77%
G = 13.72%
B = 67.51%

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

#3426BB (or 0x3426BB) is known color: Persian Blue. HEX triplet: 34, 26 and BB. RGB value is (52,38,187). Sum of RGB (Red+Green+Blue) = 52+38+187=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #3426BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426BB is #CBD944. Grayscale: #3A3A3A. Windows color (decimal): -13359429 or 12265012. OLE color: 12265012.

HSL color Cylindrical-coordinate representation of color #3426BB: hue angle of 245.64º 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 #3426BB is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 38 187 -
CMYK 0.72 0.80 0 0.27
HSL 245.64º 0.66% 0.44% -
HSV(B) 245.64º 0.8% 0.73% -
XYZ 11.08 5.7 47.53 -
YUV 59.17 200.14 122.88 -
System Red Green Blue C M Y K H S L
Decimal 52 38 187 0.72 0.80 0 0.27 245.64 0.66 0.44
Hex 34 26 BB 48 50 0 1B F6 42 2C
Octal 64 46 273 110 120 0 33 366 102 54
Binary 110100 100110 10111011 1001000 1010000 0 11011 11110110 1000010 101100

Color Harmonies of #3426BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3426BB

Black with #3426BB

Text Example


Text Example

White with #3426BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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