#3438BD

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

Shades of Persian Blue #3438BD

Tints of Persian Blue #3438BD

Color information

#3438BD (or 0x3438BD) is unknown color: approx Persian Blue. HEX triplet: 34, 38 and BD. RGB value is (52,56,189). Sum of RGB (Red+Green+Blue) = 52+56+189=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #3438BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438BD is #CBC742. Grayscale: #454545. Windows color (decimal): -13354819 or 12400692. OLE color: 12400692.

HSL color Cylindrical-coordinate representation of color #3438BD: hue angle of 238.25º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3438BD is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5256189-
CMYK0.720.7000.26
HSL238.25º56.85%47.25%-
HSV(B)238.25º72.49%74.12%-
XYZ12.027.2348.91-
YUV69.97195.17115.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 189 (74.22% from 255) = 63.64%
R=17.51%
G=18.86%
B=63.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52561890.720.7000.26238.2556.8547.25
Hex3438BD484601Aee392f
Octal64702751101060323567157
Binary110100111000101111011001000100011001101011101110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3438BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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