#3023b5

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

Shades of Persian Blue #3023B5

Tints of Persian Blue #3023B5

Color information

#3023B5 (or 0x3023B5) is unknown color: approx Persian Blue. HEX triplet: 30, 23 and B5. RGB value is (48,35,181). Sum of RGB (Red+Green+Blue) = 48+35+181=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 181 (71.09% from 255 or 68.56% from 264); Max value from RGB is 181 - color contains mainly: blue. Hex color #3023B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023B5 is #CFDC4A. Grayscale: #363636. Windows color (decimal): -13622347 or 11871024. OLE color: 11871024.

HSL color Cylindrical-coordinate representation of color #3023B5: hue angle of 245.34º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3023B5 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4835181-
CMYK0.730.8100.29
HSL245.34º67.59%42.35%-
HSV(B)245.34º80.66%70.98%-
XYZ10.165.1744.18-
YUV55.53198.81122.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 181 (71.09% from 255) = 68.56%
R=18.18%
G=13.26%
B=68.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48351810.730.8100.29245.3467.5942.35
Hex3023B5495101Df5442a
Octal604326511112103536510452
Binary1100001000111011010110010011010001011101111101011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3023b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3023b5; }

 p { color: rgb(48,35,181); }

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

<style>
 a { background-color: #3023b5; }

 a { background-color: rgb(48,35,181); }

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

<style>
 span { border-color: #3023b5; }

 span { border-color: rgb(48,35,181); }

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