Html Css Color HEX #3825BC Persian Blue

📋 copy color: '#3825BC'

red 56 ◦ green 37 ◦ blue 188

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

Shades of Persian Blue #3825BC

Tints of Persian Blue #3825BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 19.93%
G = 13.17%
B = 66.9%

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

#3825BC (or 0x3825BC) is known color: Persian Blue. HEX triplet: 38, 25 and BC. RGB value is (56,37,188). Sum of RGB (Red+Green+Blue) = 56+37+188=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #3825BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3825BC is #C7DA43. Grayscale: #3B3B3B. Windows color (decimal): -13097540 or 12330296. OLE color: 12330296.

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

Color convert

RGB 56 37 188 -
CMYK 0.70 0.80 0 0.26
HSL 247.55º 0.67% 0.44% -
HSV(B) 247.55º 0.8% 0.74% -
XYZ 11.37 5.79 48.1 -
YUV 59.9 200.29 125.22 -
System Red Green Blue C M Y K H S L
Decimal 56 37 188 0.70 0.80 0 0.26 247.55 0.67 0.44
Hex 38 25 BC 46 50 0 1A F8 43 2C
Octal 70 45 274 106 120 0 32 370 103 54
Binary 111000 100101 10111100 1000110 1010000 0 11010 11111000 1000011 101100

Color Harmonies of #3825BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3825BC

Black with #3825BC

Text Example


Text Example

White with #3825BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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