#3425bb

Color #3425BB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3425BB

Tints of Persian Blue #3425BB

Color information

#3425BB (or 0x3425BB) is unknown color: approx Persian Blue. HEX triplet: 34, 25 and BB. RGB value is (52,37,187). Sum of RGB (Red+Green+Blue) = 52+37+187=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #3425BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3425BB is #CBDA44. Grayscale: #3A3A3A. Windows color (decimal): -13359685 or 12264756. OLE color: 12264756.

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

Color convert

RGB5237187-
CMYK0.720.8000.27
HSL246º66.96%43.92%-
HSV(B)246º80.21%73.33%-
XYZ11.055.6447.52-
YUV58.58200.47123.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 187 (73.44% from 255) = 67.75%
R=18.84%
G=13.41%
B=67.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52371870.720.8000.2724666.9643.92
Hex3425BB485001Bf6432c
Octal644527311012003336610354
Binary1101001001011011101110010001010000011011111101101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3425bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3425bb; }

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

 H1.HeaderClassName
 {
   color: #3425bb;
 }
 .AnyTagClassName
 {
   color: #3425bb;
 }
</style>
background-color css

<style>
 a { background-color: #3425bb; }

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

 div.DivClassName
 {
   background-color: #3425bb;
 }
 .BgClassName
 {
   background-color: #3425bb;
 }
</style>
border-color css

<style>
 span { border-color: #3425bb; }

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

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