Html Css Color HEX #3825BB Persian Blue

📋 copy color: '#3825BB'

red 56 ◦ green 37 ◦ blue 187

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

Shades of Persian Blue #3825BB

Tints of Persian Blue #3825BB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 20%
G = 13.21%
B = 66.79%

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

#3825BB (or 0x3825BB) is known color: Persian Blue. HEX triplet: 38, 25 and BB. RGB value is (56,37,187). Sum of RGB (Red+Green+Blue) = 56+37+187=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #3825BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3825BB is #C7DA44. Grayscale: #3B3B3B. Windows color (decimal): -13097541 or 12264760. OLE color: 12264760.

HSL color Cylindrical-coordinate representation of color #3825BB: hue angle of 247.6º degrees, saturation: 0.67, 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 #3825BB is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 37 187 -
CMYK 0.70 0.80 0 0.27
HSL 247.6º 0.67% 0.44% -
HSV(B) 247.6º 0.8% 0.73% -
XYZ 11.26 5.75 47.53 -
YUV 59.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 56 37 187 0.70 0.80 0 0.27 247.6 0.67 0.44
Hex 38 25 BB 46 50 0 1B F8 43 2C
Octal 70 45 273 106 120 0 33 370 103 54
Binary 111000 100101 10111011 1000110 1010000 0 11011 11111000 1000011 101100

Color Harmonies of #3825BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3825BB

Black with #3825BB

Text Example


Text Example

White with #3825BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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