#3823B7

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

Shades of Persian Blue #3823B7

Tints of Persian Blue #3823B7

Color information

#3823B7 (or 0x3823B7) is unknown color: approx Persian Blue. HEX triplet: 38, 23 and B7. RGB value is (56,35,183). Sum of RGB (Red+Green+Blue) = 56+35+183=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 183 (71.88% from 255 or 66.79% from 274); Max value from RGB is 183 - color contains mainly: blue. Hex color #3823B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3823B7 is #C7DC48. Grayscale: #393939. Windows color (decimal): -13098057 or 12002104. OLE color: 12002104.

HSL color Cylindrical-coordinate representation of color #3823B7: hue angle of 248.51º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3823B7 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5635183-
CMYK0.690.8100.28
HSL248.51º67.89%42.75%-
HSV(B)248.51º80.87%71.76%-
XYZ10.785.4645.29-
YUV58.15198.46126.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 183 (71.88% from 255) = 66.79%
R=20.44%
G=12.77%
B=66.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56351830.690.8100.28248.5167.8942.75
Hex3823B7455101Cf9442b
Octal704326710512103437110453
Binary1110001000111011011110001011010001011100111110011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3823B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3823B7; }

 p { color: rgb(56,35,183); }

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

<style>
 a { background-color: #3823B7; }

 a { background-color: rgb(56,35,183); }

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

<style>
 span { border-color: #3823B7; }

 span { border-color: rgb(56,35,183); }

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