Html Css Color HEX #3725AF Persian Blue

📋 copy color: '#3725AF'

red 55 ◦ green 37 ◦ blue 175

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

Shades of Persian Blue #3725AF

Tints of Persian Blue #3725AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 20.6%
G = 13.86%
B = 65.54%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3725AF (or 0x3725AF) is known color: Persian Blue. HEX triplet: 37, 25 and AF. RGB value is (55,37,175). Sum of RGB (Red+Green+Blue) = 55+37+175=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #3725AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3725AF is #C8DA50. Grayscale: #393939. Windows color (decimal): -13163089 or 11478327. OLE color: 11478327.

HSL color Cylindrical-coordinate representation of color #3725AF: hue angle of 247.83º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3725AF is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 37 175 -
CMYK 0.69 0.79 0 0.31
HSL 247.83º 0.65% 0.42% -
HSV(B) 247.83º 0.79% 0.69% -
XYZ 9.97 5.23 41.04 -
YUV 58.11 193.96 125.78 -
System Red Green Blue C M Y K H S L
Decimal 55 37 175 0.69 0.79 0 0.31 247.83 0.65 0.42
Hex 37 25 AF 45 4F 0 1F F8 41 2A
Octal 67 45 257 105 117 0 37 370 101 52
Binary 110111 100101 10101111 1000101 1001111 0 11111 11111000 1000001 101010

Color Harmonies of #3725AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3725AF

Black with #3725AF

Text Example


Text Example

White with #3725AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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