#3138AE

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

Shades of Persian Blue #3138AE

Tints of Persian Blue #3138AE

Color information

#3138AE (or 0x3138AE) is unknown color: approx Persian Blue. HEX triplet: 31, 38 and AE. RGB value is (49,56,174). Sum of RGB (Red+Green+Blue) = 49+56+174=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #3138AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3138AE is #CEC751. Grayscale: #424242. Windows color (decimal): -13551442 or 11417649. OLE color: 11417649.

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

Color convert

RGB4956174-
CMYK0.720.6800.32
HSL236.64º56.05%43.73%-
HSV(B)236.64º71.84%68.24%-
XYZ10.326.5440.76-
YUV67.36188.18114.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=17.56%
G=20.07%
B=62.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49561740.720.6800.32236.6456.0543.73
Hex3138AE4844020ed382c
Octal61702561101040403557054
Binary1100011110001010111010010001000100010000011101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3138AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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