Html Css Color HEX #3730AC Persian Blue

📋 copy color: '#3730AC'

red 55 ◦ green 48 ◦ blue 172

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

Shades of Persian Blue #3730AC

Tints of Persian Blue #3730AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 172 (67.58% from 255) = 62.55%

R = 20%
G = 17.45%
B = 62.55%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3730AC (or 0x3730AC) is known color: Persian Blue. HEX triplet: 37, 30 and AC. RGB value is (55,48,172). Sum of RGB (Red+Green+Blue) = 55+48+172=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #3730AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3730AC is #C8CF53. Grayscale: #3F3F3F. Windows color (decimal): -13160276 or 11284535. OLE color: 11284535.

HSL color Cylindrical-coordinate representation of color #3730AC: hue angle of 243.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3730AC is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 48 172 -
CMYK 0.68 0.72 0 0.33
HSL 243.39º 0.56% 0.43% -
HSV(B) 243.39º 0.72% 0.67% -
XYZ 10.08 5.9 39.64 -
YUV 64.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 55 48 172 0.68 0.72 0 0.33 243.39 0.56 0.43
Hex 37 30 AC 44 48 0 21 F3 38 2B
Octal 67 60 254 104 110 0 41 363 70 53
Binary 110111 110000 10101100 1000100 1001000 0 100001 11110011 111000 101011

Color Harmonies of #3730AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3730AC

Black with #3730AC

Text Example


Text Example

White with #3730AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3730AC; }

 p { color: rgb(55,48,172); }

 H1.HeaderClassName
 {
   color: #3730AC;
 }
 .AnyTagClassName
 {
   color: #3730AC;
 }
</style>

background-color css

<style>
 a { background-color: #3730AC; }

 a { background-color: rgb(55,48,172); }

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

border-color css

<style>
 span { border-color: #3730AC; }

 span { border-color: rgb(55,48,172); }

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