Html Css Color HEX #3830BA Persian Blue

📋 copy color: '#3830BA'

red 56 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #3830BA

Tints of Persian Blue #3830BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

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

R = 19.31%
G = 16.55%
B = 64.14%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3830BA (or 0x3830BA) is known color: Persian Blue. HEX triplet: 38, 30 and BA. RGB value is (56,48,186). Sum of RGB (Red+Green+Blue) = 56+48+186=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #3830BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3830BA is #C7CF45. Grayscale: #414141. Windows color (decimal): -13094726 or 12202040. OLE color: 12202040.

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

Color convert

RGB 56 48 186 -
CMYK 0.70 0.74 0 0.27
HSL 243.48º 0.59% 0.46% -
HSV(B) 243.48º 0.74% 0.73% -
XYZ 11.55 6.5 47.1 -
YUV 66.12 195.65 120.78 -
System Red Green Blue C M Y K H S L
Decimal 56 48 186 0.70 0.74 0 0.27 243.48 0.59 0.46
Hex 38 30 BA 46 4A 0 1B F3 3B 2E
Octal 70 60 272 106 112 0 33 363 73 56
Binary 111000 110000 10111010 1000110 1001010 0 11011 11110011 111011 101110

Color Harmonies of #3830BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3830BA

Black with #3830BA

Text Example


Text Example

White with #3830BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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