#3438BE

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

Shades of Persian Blue #3438BE

Tints of Persian Blue #3438BE

Color information

#3438BE (or 0x3438BE) is unknown color: approx Persian Blue. HEX triplet: 34, 38 and BE. RGB value is (52,56,190). Sum of RGB (Red+Green+Blue) = 52+56+190=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #3438BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438BE is #CBC741. Grayscale: #454545. Windows color (decimal): -13354818 or 12466228. OLE color: 12466228.

HSL color Cylindrical-coordinate representation of color #3438BE: hue angle of 238.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3438BE is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5256190-
CMYK0.730.7100.25
HSL238.26º57.02%47.45%-
HSV(B)238.26º72.63%74.51%-
XYZ12.127.2849.48-
YUV70.08195.67115.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 190 (74.61% from 255) = 63.76%
R=17.45%
G=18.79%
B=63.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52561900.730.7100.25238.2657.0247.45
Hex3438BE4947019ee392f
Octal64702761111070313567157
Binary110100111000101111101001001100011101100111101110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3438BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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