Html Css Color HEX #3933BE Persian Blue

📋 copy color: '#3933BE'

red 57 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #3933BE

Tints of Persian Blue #3933BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 19.13%
G = 17.11%
B = 63.76%

CMYK

 C value IS 0.7

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3933BE (or 0x3933BE) is known color: Persian Blue. HEX triplet: 39, 33 and BE. RGB value is (57,51,190). Sum of RGB (Red+Green+Blue) = 57+51+190=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #3933BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933BE is #C6CC41. Grayscale: #444444. Windows color (decimal): -13028418 or 12464953. OLE color: 12464953.

HSL color Cylindrical-coordinate representation of color #3933BE: hue angle of 242.59º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3933BE is Cyan = 0.7, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 51 190 -
CMYK 0.7 0.73 0 0.25
HSL 242.59º 0.58% 0.47% -
HSV(B) 242.59º 0.73% 0.75% -
XYZ 12.17 6.96 49.42 -
YUV 68.64 196.49 119.7 -
System Red Green Blue C M Y K H S L
Decimal 57 51 190 0.7 0.73 0 0.25 242.59 0.58 0.47
Hex 39 33 BE 46 49 0 19 F3 3A 2F
Octal 71 63 276 106 111 0 31 363 72 57
Binary 111001 110011 10111110 1000110 1001001 0 11001 11110011 111010 101111

Color Harmonies of #3933BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3933BE

Black with #3933BE

Text Example


Text Example

White with #3933BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3933BE; }

 p { color: rgb(57,51,190); }

 H1.HeaderClassName
 {
   color: #3933BE;
 }
 .AnyTagClassName
 {
   color: #3933BE;
 }
</style>

background-color css

<style>
 a { background-color: #3933BE; }

 a { background-color: rgb(57,51,190); }

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

border-color css

<style>
 span { border-color: #3933BE; }

 span { border-color: rgb(57,51,190); }

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