Html Css Color HEX #3826BB Persian Blue

📋 copy color: '#3826BB'

red 56 ◦ green 38 ◦ blue 187

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

Shades of Persian Blue #3826BB

Tints of Persian Blue #3826BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.55%

R = 19.93%
G = 13.52%
B = 66.55%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3826BB (or 0x3826BB) is known color: Persian Blue. HEX triplet: 38, 26 and BB. RGB value is (56,38,187). Sum of RGB (Red+Green+Blue) = 56+38+187=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #3826BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3826BB is #C7D944. Grayscale: #3B3B3B. Windows color (decimal): -13097285 or 12265016. OLE color: 12265016.

HSL color Cylindrical-coordinate representation of color #3826BB: hue angle of 247.25º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3826BB is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 38 187 -
CMYK 0.70 0.80 0 0.27
HSL 247.25º 0.66% 0.44% -
HSV(B) 247.25º 0.8% 0.73% -
XYZ 11.29 5.81 47.54 -
YUV 60.37 199.46 124.88 -
System Red Green Blue C M Y K H S L
Decimal 56 38 187 0.70 0.80 0 0.27 247.25 0.66 0.44
Hex 38 26 BB 46 50 0 1B F7 42 2C
Octal 70 46 273 106 120 0 33 367 102 54
Binary 111000 100110 10111011 1000110 1010000 0 11011 11110111 1000010 101100

Color Harmonies of #3826BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3826BB

Black with #3826BB

Text Example


Text Example

White with #3826BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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