#3738AE

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

Shades of Persian Blue #3738AE

Tints of Persian Blue #3738AE

Color information

#3738AE (or 0x3738AE) is unknown color: approx Persian Blue. HEX triplet: 37, 38 and AE. RGB value is (55,56,174). Sum of RGB (Red+Green+Blue) = 55+56+174=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #3738AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3738AE is #C8C751. Grayscale: #444444. Windows color (decimal): -13158226 or 11417655. OLE color: 11417655.

HSL color Cylindrical-coordinate representation of color #3738AE: hue angle of 239.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3738AE is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5556174-
CMYK0.680.6800.32
HSL239.5º51.97%44.9%-
HSV(B)239.5º68.39%68.24%-
XYZ10.636.740.78-
YUV69.15187.17117.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=19.30%
G=19.65%
B=61.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55561740.680.6800.32239.551.9744.9
Hex3738AE4444020ef342d
Octal67702561041040403576455
Binary1101111110001010111010001001000100010000011101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3738AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3738AE; }

 p { color: rgb(55,56,174); }

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

<style>
 a { background-color: #3738AE; }

 a { background-color: rgb(55,56,174); }

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

<style>
 span { border-color: #3738AE; }

 span { border-color: rgb(55,56,174); }

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