#3438C4

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

Shades of Persian Blue #3438C4

Tints of Persian Blue #3438C4

Color information

#3438C4 (or 0x3438C4) is unknown color: approx Persian Blue. HEX triplet: 34, 38 and C4. RGB value is (52,56,196). Sum of RGB (Red+Green+Blue) = 52+56+196=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 196 (76.95% from 255 or 64.47% from 304); Max value from RGB is 196 - color contains mainly: blue. Hex color #3438C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438C4 is #CBC73B. Grayscale: #464646. Windows color (decimal): -13354812 or 12859444. OLE color: 12859444.

HSL color Cylindrical-coordinate representation of color #3438C4: hue angle of 238.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3438C4 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5256196-
CMYK0.730.7100.23
HSL238.33º58.06%48.63%-
HSV(B)238.33º73.47%76.86%-
XYZ12.797.5453.01-
YUV70.76198.67114.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 196 (76.95% from 255) = 64.47%
R=17.11%
G=18.42%
B=64.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52561960.730.7100.23238.3358.0648.63
Hex3438C44947017ee3a31
Octal64703041111070273567261
Binary110100111000110001001001001100011101011111101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3438C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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