#3834AB

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

Shades of Persian Blue #3834AB

Tints of Persian Blue #3834AB

Color information

#3834AB (or 0x3834AB) is unknown color: approx Persian Blue. HEX triplet: 38, 34 and AB. RGB value is (56,52,171). Sum of RGB (Red+Green+Blue) = 56+52+171=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #3834AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3834AB is #C7CB54. Grayscale: #424242. Windows color (decimal): -13093717 or 11220024. OLE color: 11220024.

HSL color Cylindrical-coordinate representation of color #3834AB: hue angle of 242.02º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3834AB is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5652171-
CMYK0.670.7000.33
HSL242.02º53.36%43.73%-
HSV(B)242.02º69.59%67.06%-
XYZ10.216.2439.19-
YUV66.76186.83120.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=20.07%
G=18.64%
B=61.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56521710.670.7000.33242.0253.3643.73
Hex3834AB4346021f2352c
Octal70642531031060413626554
Binary1110001101001010101110000111000110010000111110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3834AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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