#3830B4

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

Shades of Persian Blue #3830B4

Tints of Persian Blue #3830B4

Color information

#3830B4 (or 0x3830B4) is unknown color: approx Persian Blue. HEX triplet: 38, 30 and B4. RGB value is (56,48,180). Sum of RGB (Red+Green+Blue) = 56+48+180=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 180 (70.70% from 255 or 63.38% from 284); Max value from RGB is 180 - color contains mainly: blue. Hex color #3830B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3830B4 is #C7CF4B. Grayscale: #404040. Windows color (decimal): -13094732 or 11808824. OLE color: 11808824.

HSL color Cylindrical-coordinate representation of color #3830B4: hue angle of 243.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3830B4 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5648180-
CMYK0.690.7300.29
HSL243.64º57.89%44.71%-
HSV(B)243.64º73.33%70.59%-
XYZ10.936.2543.81-
YUV65.44192.65121.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 180 (70.70% from 255) = 63.38%
R=19.72%
G=16.90%
B=63.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56481800.690.7300.29243.6457.8944.71
Hex3830B4454901Df43a2d
Octal70602641051110353647255
Binary111000110000101101001000101100100101110111110100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3830B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3830B4; }

 p { color: rgb(56,48,180); }

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

<style>
 a { background-color: #3830B4; }

 a { background-color: rgb(56,48,180); }

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

<style>
 span { border-color: #3830B4; }

 span { border-color: rgb(56,48,180); }

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