Html Css Color HEX #3023BA Persian Blue

📋 copy color: '#3023BA'

red 48 ◦ green 35 ◦ blue 186

#3023BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3023BA

Tints of Persian Blue #3023BA

RGB

 RED value IS 48 (19.14% from 255) = 17.84%

 GREEN value IS 35 (14.06% from 255) = 13.01%

 BLUE value IS 186 (73.05% from 255) = 69.14%

R = 17.84%
G = 13.01%
B = 69.14%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3023BA (or 0x3023BA) is known color: Persian Blue. HEX triplet: 30, 23 and BA. RGB value is (48,35,186). Sum of RGB (Red+Green+Blue) = 48+35+186=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #3023BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023BA is #CFDC45. Grayscale: #373737. Windows color (decimal): -13622342 or 12198704. OLE color: 12198704.

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

Color convert

RGB 48 35 186 -
CMYK 0.74 0.81 0 0.27
HSL 245.17º 0.68% 0.43% -
HSV(B) 245.17º 0.81% 0.73% -
XYZ 10.68 5.38 46.93 -
YUV 56.1 201.31 122.22 -
System Red Green Blue C M Y K H S L
Decimal 48 35 186 0.74 0.81 0 0.27 245.17 0.68 0.43
Hex 30 23 BA 4A 51 0 1B F5 44 2B
Octal 60 43 272 112 121 0 33 365 104 53
Binary 110000 100011 10111010 1001010 1010001 0 11011 11110101 1000100 101011

Color Harmonies of #3023BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3023BA

Black with #3023BA

Text Example


Text Example

White with #3023BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3023BA;
 }
 .AnyTagClassName
 {
   color: #3023BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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