Html Css Color HEX #3428BB Persian Blue

📋 copy color: '#3428BB'

red 52 ◦ green 40 ◦ blue 187

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

Shades of Persian Blue #3428BB

Tints of Persian Blue #3428BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 18.64%
G = 14.34%
B = 67.03%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3428BB (or 0x3428BB) is known color: Persian Blue. HEX triplet: 34, 28 and BB. RGB value is (52,40,187). Sum of RGB (Red+Green+Blue) = 52+40+187=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #3428BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3428BB is #CBD744. Grayscale: #3B3B3B. Windows color (decimal): -13358917 or 12265524. OLE color: 12265524.

HSL color Cylindrical-coordinate representation of color #3428BB: hue angle of 244.9º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3428BB is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 40 187 -
CMYK 0.72 0.79 0 0.27
HSL 244.9º 0.65% 0.45% -
HSV(B) 244.9º 0.79% 0.73% -
XYZ 11.14 5.84 47.55 -
YUV 60.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 52 40 187 0.72 0.79 0 0.27 244.9 0.65 0.45
Hex 34 28 BB 48 4F 0 1B F5 41 2D
Octal 64 50 273 110 117 0 33 365 101 55
Binary 110100 101000 10111011 1001000 1001111 0 11011 11110101 1000001 101101

Color Harmonies of #3428BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3428BB

Black with #3428BB

Text Example


Text Example

White with #3428BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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