#3023BF

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

Shades of Persian Blue #3023BF

Tints of Persian Blue #3023BF

Color information

#3023BF (or 0x3023BF) is unknown color: approx Persian Blue. HEX triplet: 30, 23 and BF. RGB value is (48,35,191). Sum of RGB (Red+Green+Blue) = 48+35+191=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #3023BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023BF is #CFDC40. Grayscale: #383838. Windows color (decimal): -13622337 or 12526384. OLE color: 12526384.

HSL color Cylindrical-coordinate representation of color #3023BF: hue angle of 245º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3023BF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4835191-
CMYK0.750.8200.25
HSL245º69.03%44.31%-
HSV(B)245º81.68%74.9%-
XYZ11.225.5949.78-
YUV56.67203.81121.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 191 (75% from 255) = 69.71%
R=17.52%
G=12.77%
B=69.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48351910.750.8200.2524569.0344.31
Hex3023BF4B52019f5452c
Octal604327711312203136510554
Binary1100001000111011111110010111010010011001111101011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3023BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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