Html Css Color HEX #3823BA Persian Blue

📋 copy color: '#3823BA'

red 56 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #3823BA

Tints of Persian Blue #3823BA

RGB

 RED value IS 56 (22.27% from 255) = 20.22%

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

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

R = 20.22%
G = 12.64%
B = 67.15%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3823BA (or 0x3823BA) is known color: Persian Blue. HEX triplet: 38, 23 and BA. RGB value is (56,35,186). Sum of RGB (Red+Green+Blue) = 56+35+186=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #3823BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3823BA is #C7DC45. Grayscale: #393939. Windows color (decimal): -13098054 or 12198712. OLE color: 12198712.

HSL color Cylindrical-coordinate representation of color #3823BA: hue angle of 248.34º 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 #3823BA is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 35 186 -
CMYK 0.70 0.81 0 0.27
HSL 248.34º 0.68% 0.43% -
HSV(B) 248.34º 0.81% 0.73% -
XYZ 11.09 5.59 46.95 -
YUV 58.49 199.96 126.22 -
System Red Green Blue C M Y K H S L
Decimal 56 35 186 0.70 0.81 0 0.27 248.34 0.68 0.43
Hex 38 23 BA 46 51 0 1B F8 44 2B
Octal 70 43 272 106 121 0 33 370 104 53
Binary 111000 100011 10111010 1000110 1010001 0 11011 11111000 1000100 101011

Color Harmonies of #3823BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3823BA

Black with #3823BA

Text Example


Text Example

White with #3823BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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