Html Css Color HEX #3827BD Persian Blue

📋 copy color: '#3827BD'

red 56 ◦ green 39 ◦ blue 189

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

Shades of Persian Blue #3827BD

Tints of Persian Blue #3827BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 19.72%
G = 13.73%
B = 66.55%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3827BD (or 0x3827BD) is known color: Persian Blue. HEX triplet: 38, 27 and BD. RGB value is (56,39,189). Sum of RGB (Red+Green+Blue) = 56+39+189=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #3827BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3827BD is #C7D842. Grayscale: #3C3C3C. Windows color (decimal): -13097027 or 12396344. OLE color: 12396344.

HSL color Cylindrical-coordinate representation of color #3827BD: hue angle of 246.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3827BD is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 39 189 -
CMYK 0.70 0.79 0 0.26
HSL 246.8º 0.66% 0.45% -
HSV(B) 246.8º 0.79% 0.74% -
XYZ 11.54 5.97 48.69 -
YUV 61.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 56 39 189 0.70 0.79 0 0.26 246.8 0.66 0.45
Hex 38 27 BD 46 4F 0 1A F7 42 2D
Octal 70 47 275 106 117 0 32 367 102 55
Binary 111000 100111 10111101 1000110 1001111 0 11010 11110111 1000010 101101

Color Harmonies of #3827BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3827BD

Black with #3827BD

Text Example


Text Example

White with #3827BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,39,189); }

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

background-color css

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

 a { background-color: rgb(56,39,189); }

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

border-color css

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

 span { border-color: rgb(56,39,189); }

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