#3438B3

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

Shades of Persian Blue #3438B3

Tints of Persian Blue #3438B3

Color information

#3438B3 (or 0x3438B3) is unknown color: approx Persian Blue. HEX triplet: 34, 38 and B3. RGB value is (52,56,179). Sum of RGB (Red+Green+Blue) = 52+56+179=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 179 (70.31% from 255 or 62.37% from 287); Max value from RGB is 179 - color contains mainly: blue. Hex color #3438B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438B3 is #CBC74C. Grayscale: #444444. Windows color (decimal): -13354829 or 11745332. OLE color: 11745332.

HSL color Cylindrical-coordinate representation of color #3438B3: hue angle of 238.11º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3438B3 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5256179-
CMYK0.710.6900.30
HSL238.11º54.98%45.29%-
HSV(B)238.11º70.95%70.2%-
XYZ10.976.8143.38-
YUV68.83190.17116-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 179 (70.31% from 255) = 62.37%
R=18.12%
G=19.51%
B=62.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52561790.710.6900.30238.1154.9845.29
Hex3438B3474501Eee372d
Octal64702631071050363566755
Binary110100111000101100111000111100010101111011101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3438B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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