Html Css Color HEX #3930B4 Persian Blue

📋 copy color: '#3930B4'

red 57 ◦ green 48 ◦ blue 180

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

Shades of Persian Blue #3930B4

Tints of Persian Blue #3930B4

RGB

 RED value IS 57 (22.66% from 255) = 20%

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

 BLUE value IS 180 (70.7% from 255) = 63.16%

R = 20%
G = 16.84%
B = 63.16%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3930B4 (or 0x3930B4) is known color: Persian Blue. HEX triplet: 39, 30 and B4. RGB value is (57,48,180). Sum of RGB (Red+Green+Blue) = 57+48+180=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #3930B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3930B4 is #C6CF4B. Grayscale: #414141. Windows color (decimal): -13029196 or 11808825. OLE color: 11808825.

HSL color Cylindrical-coordinate representation of color #3930B4: hue angle of 244.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3930B4 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 48 180 -
CMYK 0.68 0.73 0 0.29
HSL 244.09º 0.58% 0.45% -
HSV(B) 244.09º 0.73% 0.71% -
XYZ 10.98 6.28 43.81 -
YUV 65.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 57 48 180 0.68 0.73 0 0.29 244.09 0.58 0.45
Hex 39 30 B4 44 49 0 1D F4 3A 2D
Octal 71 60 264 104 111 0 35 364 72 55
Binary 111001 110000 10110100 1000100 1001001 0 11101 11110100 111010 101101

Color Harmonies of #3930B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3930B4

Black with #3930B4

Text Example


Text Example

White with #3930B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3930B4; }

 p { color: rgb(57,48,180); }

 H1.HeaderClassName
 {
   color: #3930B4;
 }
 .AnyTagClassName
 {
   color: #3930B4;
 }
</style>

background-color css

<style>
 a { background-color: #3930B4; }

 a { background-color: rgb(57,48,180); }

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

border-color css

<style>
 span { border-color: #3930B4; }

 span { border-color: rgb(57,48,180); }

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