#3438AD

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

Shades of Persian Blue #3438AD

Tints of Persian Blue #3438AD

Color information

#3438AD (or 0x3438AD) is unknown color: approx Persian Blue. HEX triplet: 34, 38 and AD. RGB value is (52,56,173). Sum of RGB (Red+Green+Blue) = 52+56+173=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #3438AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3438AD is #CBC752. Grayscale: #434343. Windows color (decimal): -13354835 or 11352116. OLE color: 11352116.

HSL color Cylindrical-coordinate representation of color #3438AD: hue angle of 238.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3438AD is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5256173-
CMYK0.700.6800.32
HSL238.02º53.78%44.12%-
HSV(B)238.02º69.94%67.84%-
XYZ10.376.5840.26-
YUV68.14187.17116.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=18.51%
G=19.93%
B=61.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52561730.700.6800.32238.0253.7844.12
Hex3438AD4644020ee362c
Octal64702551061040403566654
Binary1101001110001010110110001101000100010000011101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3438AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3438AD; }

 p { color: rgb(52,56,173); }

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

<style>
 a { background-color: #3438AD; }

 a { background-color: rgb(52,56,173); }

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

<style>
 span { border-color: #3438AD; }

 span { border-color: rgb(52,56,173); }

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