Html Css Color HEX #3725BC Persian Blue

📋 copy color: '#3725BC'

red 55 ◦ green 37 ◦ blue 188

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

Shades of Persian Blue #3725BC

Tints of Persian Blue #3725BC

RGB

 RED value IS 55 (21.88% from 255) = 19.64%

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

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

R = 19.64%
G = 13.21%
B = 67.14%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3725BC (or 0x3725BC) is known color: Persian Blue. HEX triplet: 37, 25 and BC. RGB value is (55,37,188). Sum of RGB (Red+Green+Blue) = 55+37+188=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #3725BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3725BC is #C8DA43. Grayscale: #3B3B3B. Windows color (decimal): -13163076 or 12330295. OLE color: 12330295.

HSL color Cylindrical-coordinate representation of color #3725BC: hue angle of 247.15º 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 #3725BC is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 37 188 -
CMYK 0.71 0.80 0 0.26
HSL 247.15º 0.67% 0.44% -
HSV(B) 247.15º 0.8% 0.74% -
XYZ 11.31 5.77 48.09 -
YUV 59.6 200.46 124.72 -
System Red Green Blue C M Y K H S L
Decimal 55 37 188 0.71 0.80 0 0.26 247.15 0.67 0.44
Hex 37 25 BC 47 50 0 1A F7 43 2C
Octal 67 45 274 107 120 0 32 367 103 54
Binary 110111 100101 10111100 1000111 1010000 0 11010 11110111 1000011 101100

Color Harmonies of #3725BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3725BC

Black with #3725BC

Text Example


Text Example

White with #3725BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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