Html Css Color HEX #3826BD Persian Blue

📋 copy color: '#3826BD'

red 56 ◦ green 38 ◦ blue 189

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

Shades of Persian Blue #3826BD

Tints of Persian Blue #3826BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 19.79%
G = 13.43%
B = 66.78%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3826BD (or 0x3826BD) is known color: Persian Blue. HEX triplet: 38, 26 and BD. RGB value is (56,38,189). Sum of RGB (Red+Green+Blue) = 56+38+189=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #3826BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3826BD is #C7D942. Grayscale: #3C3C3C. Windows color (decimal): -13097283 or 12396088. OLE color: 12396088.

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

Color convert

RGB 56 38 189 -
CMYK 0.70 0.80 0 0.26
HSL 247.15º 0.67% 0.45% -
HSV(B) 247.15º 0.8% 0.74% -
XYZ 11.51 5.9 48.68 -
YUV 60.6 200.46 124.72 -
System Red Green Blue C M Y K H S L
Decimal 56 38 189 0.70 0.80 0 0.26 247.15 0.67 0.45
Hex 38 26 BD 46 50 0 1A F7 43 2D
Octal 70 46 275 106 120 0 32 367 103 55
Binary 111000 100110 10111101 1000110 1010000 0 11010 11110111 1000011 101101

Color Harmonies of #3826BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3826BD

Black with #3826BD

Text Example


Text Example

White with #3826BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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