Html Css Color HEX #3828BE Persian Blue

📋 copy color: '#3828BE'

red 56 ◦ green 40 ◦ blue 190

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

Shades of Persian Blue #3828BE

Tints of Persian Blue #3828BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 19.58%
G = 13.99%
B = 66.43%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3828BE (or 0x3828BE) is known color: Persian Blue. HEX triplet: 38, 28 and BE. RGB value is (56,40,190). Sum of RGB (Red+Green+Blue) = 56+40+190=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #3828BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828BE is #C7D741. Grayscale: #3D3D3D. Windows color (decimal): -13096770 or 12462136. OLE color: 12462136.

HSL color Cylindrical-coordinate representation of color #3828BE: hue angle of 246.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3828BE is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 40 190 -
CMYK 0.71 0.79 0 0.25
HSL 246.4º 0.65% 0.45% -
HSV(B) 246.4º 0.79% 0.75% -
XYZ 11.68 6.08 49.27 -
YUV 61.88 200.3 123.8 -
System Red Green Blue C M Y K H S L
Decimal 56 40 190 0.71 0.79 0 0.25 246.4 0.65 0.45
Hex 38 28 BE 47 4F 0 19 F6 41 2D
Octal 70 50 276 107 117 0 31 366 101 55
Binary 111000 101000 10111110 1000111 1001111 0 11001 11110110 1000001 101101

Color Harmonies of #3828BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3828BE

Black with #3828BE

Text Example


Text Example

White with #3828BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3828BE; }

 p { color: rgb(56,40,190); }

 H1.HeaderClassName
 {
   color: #3828BE;
 }
 .AnyTagClassName
 {
   color: #3828BE;
 }
</style>

background-color css

<style>
 a { background-color: #3828BE; }

 a { background-color: rgb(56,40,190); }

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

border-color css

<style>
 span { border-color: #3828BE; }

 span { border-color: rgb(56,40,190); }

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