Html Css Color HEX #3934BB Persian Blue

📋 copy color: '#3934BB'

red 57 ◦ green 52 ◦ blue 187

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

Shades of Persian Blue #3934BB

Tints of Persian Blue #3934BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 19.26%
G = 17.57%
B = 63.18%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3934BB (or 0x3934BB) is known color: Persian Blue. HEX triplet: 39, 34 and BB. RGB value is (57,52,187). Sum of RGB (Red+Green+Blue) = 57+52+187=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #3934BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3934BB is #C6CB44. Grayscale: #444444. Windows color (decimal): -13028165 or 12268601. OLE color: 12268601.

HSL color Cylindrical-coordinate representation of color #3934BB: hue angle of 242.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3934BB is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 52 187 -
CMYK 0.70 0.72 0 0.27
HSL 242.22º 0.56% 0.47% -
HSV(B) 242.22º 0.72% 0.73% -
XYZ 11.88 6.91 47.72 -
YUV 68.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 57 52 187 0.70 0.72 0 0.27 242.22 0.56 0.47
Hex 39 34 BB 46 48 0 1B F2 38 2F
Octal 71 64 273 106 110 0 33 362 70 57
Binary 111001 110100 10111011 1000110 1001000 0 11011 11110010 111000 101111

Color Harmonies of #3934BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3934BB

Black with #3934BB

Text Example


Text Example

White with #3934BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3934BB; }

 p { color: rgb(57,52,187); }

 H1.HeaderClassName
 {
   color: #3934BB;
 }
 .AnyTagClassName
 {
   color: #3934BB;
 }
</style>

background-color css

<style>
 a { background-color: #3934BB; }

 a { background-color: rgb(57,52,187); }

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

border-color css

<style>
 span { border-color: #3934BB; }

 span { border-color: rgb(57,52,187); }

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