#3834B3

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

Shades of Persian Blue #3834B3

Tints of Persian Blue #3834B3

Color information

#3834B3 (or 0x3834B3) is unknown color: approx Persian Blue. HEX triplet: 38, 34 and B3. RGB value is (56,52,179). Sum of RGB (Red+Green+Blue) = 56+52+179=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 52 (20.70% from 255 or 18.12% 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 #3834B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3834B3 is #C7CB4C. Grayscale: #434343. Windows color (decimal): -13093709 or 11744312. OLE color: 11744312.

HSL color Cylindrical-coordinate representation of color #3834B3: hue angle of 241.89º 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 #3834B3 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5652179-
CMYK0.690.7100.30
HSL241.89º54.98%45.29%-
HSV(B)241.89º70.95%70.2%-
XYZ116.5543.33-
YUV67.67190.83119.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56521790.690.7100.30241.8954.9845.29
Hex3834B3454701Ef2372d
Octal70642631051070363626755
Binary111000110100101100111000101100011101111011110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3834B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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