#3734B1

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

Shades of Persian Blue #3734B1

Tints of Persian Blue #3734B1

Color information

#3734B1 (or 0x3734B1) is unknown color: approx Persian Blue. HEX triplet: 37, 34 and B1. RGB value is (55,52,177). Sum of RGB (Red+Green+Blue) = 55+52+177=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #3734B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3734B1 is #C8CB4E. Grayscale: #424242. Windows color (decimal): -13159247 or 11613239. OLE color: 11613239.

HSL color Cylindrical-coordinate representation of color #3734B1: hue angle of 241.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3734B1 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5552177-
CMYK0.690.7100.31
HSL241.44º54.59%44.9%-
HSV(B)241.44º70.62%69.41%-
XYZ10.746.4442.27-
YUV67.15189.99119.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 177 (69.53% from 255) = 62.32%
R=19.37%
G=18.31%
B=62.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal55521770.690.7100.31241.4454.5944.9
Hex3734B1454701Ff1372d
Octal67642611051070373616755
Binary110111110100101100011000101100011101111111110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3734B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3734B1; }

 p { color: rgb(55,52,177); }

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

<style>
 a { background-color: #3734B1; }

 a { background-color: rgb(55,52,177); }

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

<style>
 span { border-color: #3734B1; }

 span { border-color: rgb(55,52,177); }

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