#3734AF

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

Shades of Persian Blue #3734AF

Tints of Persian Blue #3734AF

Color information

#3734AF (or 0x3734AF) is unknown color: approx Persian Blue. HEX triplet: 37, 34 and AF. RGB value is (55,52,175). Sum of RGB (Red+Green+Blue) = 55+52+175=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #3734AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3734AF is #C8CB50. Grayscale: #424242. Windows color (decimal): -13159249 or 11482167. OLE color: 11482167.

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

Color convert

RGB5552175-
CMYK0.690.7000.31
HSL241.46º54.19%44.51%-
HSV(B)241.46º70.29%68.63%-
XYZ10.546.3641.23-
YUV66.92188.99119.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 175 (68.75% from 255) = 62.06%
R=19.50%
G=18.44%
B=62.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal55521750.690.7000.31241.4654.1944.51
Hex3734AF454601Ff1362d
Octal67642571051060373616655
Binary110111110100101011111000101100011001111111110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3734AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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