Html Css Color HEX #3023BD Persian Blue

📋 copy color: '#3023BD'

red 48 ◦ green 35 ◦ blue 189

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

Shades of Persian Blue #3023BD

Tints of Persian Blue #3023BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 69.49%

R = 17.65%
G = 12.87%
B = 69.49%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3023BD (or 0x3023BD) is known color: Persian Blue. HEX triplet: 30, 23 and BD. RGB value is (48,35,189). Sum of RGB (Red+Green+Blue) = 48+35+189=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #3023BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023BD is #CFDC42. Grayscale: #373737. Windows color (decimal): -13622339 or 12395312. OLE color: 12395312.

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

Color convert

RGB 48 35 189 -
CMYK 0.75 0.81 0 0.26
HSL 245.06º 0.69% 0.44% -
HSV(B) 245.06º 0.81% 0.74% -
XYZ 11.01 5.5 48.63 -
YUV 56.44 202.81 121.98 -
System Red Green Blue C M Y K H S L
Decimal 48 35 189 0.75 0.81 0 0.26 245.06 0.69 0.44
Hex 30 23 BD 4B 51 0 1A F5 45 2C
Octal 60 43 275 113 121 0 32 365 105 54
Binary 110000 100011 10111101 1001011 1010001 0 11010 11110101 1000101 101100

Color Harmonies of #3023BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3023BD

Black with #3023BD

Text Example


Text Example

White with #3023BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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